Fix server setting bug
This commit is contained in:
parent
a3bad520cd
commit
94809b953c
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class BuildModificationService
|
|||
})->toArray());
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setServer($server->uuid)->update([
|
||||
$this->daemonServerRepository->setServer($server)->update([
|
||||
'build' => $this->getBuild(),
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue