Fix: Search for tags in correct variable (#1461)

This commit is contained in:
Walter van der Broek 2025-06-26 01:48:39 +02:00 committed by GitHub
parent 9a1e7de4ae
commit 7731f16b0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ class ServerCreationService
Arr::get($data, 'memory', 0),
Arr::get($data, 'disk', 0),
Arr::get($data, 'cpu', 0),
Arr::get($data, 'tags', []),
$deployment->getTags(),
);
return $this->allocationSelectionService->setDedicated($deployment->isDedicated())