Skip to content

Commit

Permalink
Fix minor bug in bugsnag
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Dec 26, 2023
1 parent 4a96c56 commit 6556166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/Servers/LaravelForgeServersSyncJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function sync(): void
->first();

if (empty($localServer)) {
$this->credential->servers()->create([
$localServer = $this->credential->servers()->create([
'server_id' => $server['id'],
'name' => $server['name'],
'vcpu' => 1,
Expand Down

0 comments on commit 6556166

Please sign in to comment.