Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 26, 2024
1 parent f194e2b commit db18b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Watchers/JobWatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ protected function updateBatch($payload)
Telescope::$shouldRecord = true;
}

if (isset($batchId)) {
if (! is_null($batchId)) {
$batch = app(BatchRepository::class)->find($batchId);

if (is_null($batch)) {
Expand Down

0 comments on commit db18b3d

Please sign in to comment.