Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
idanoo committed Mar 19, 2023
1 parent 6737df5 commit c696723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resque/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ public function workingOn(\Resque\Job\Job $job)
]);

Resque::redis()->set(
'worker:' . $job->worker,
'worker:' . $job->worker,
$data,
['ex' => time() + 86400],
);
Expand Down

0 comments on commit c696723

Please sign in to comment.