Skip to content

Commit 94809b9

Browse files
committed
Fix server setting bug
1 parent a3bad52 commit 94809b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/Servers/BuildModificationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function handle($server, array $data)
154154
})->toArray());
155155

156156
try {
157-
$this->daemonServerRepository->setServer($server->uuid)->update([
157+
$this->daemonServerRepository->setServer($server)->update([
158158
'build' => $this->getBuild(),
159159
]);
160160

0 commit comments

Comments
 (0)