Skip to content

Commit

Permalink
Rename typo in job key (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeTechNL authored Feb 16, 2024
1 parent 8c7cc60 commit 03ec602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queue/JobAttempts.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ protected function key($job)
{
$jobId = $job instanceof Job ? $job->getJobId() : $job;

return 'laravel_vapor_job_attemps:'.$jobId;
return 'laravel_vapor_job_attempts:'.$jobId;
}
}

0 comments on commit 03ec602

Please sign in to comment.