Skip to content

Commit

Permalink
Fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxbot committed Aug 28, 2024
1 parent 029afd7 commit 5e95094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/JobManagerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ protected static function jobFinished(JobContract $job, bool $failed = false, ?\
'status' => 'succeeded',
];

$monitor->update($attributes);

return;
}

Expand Down

0 comments on commit 5e95094

Please sign in to comment.