Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
b0dea committed Nov 19, 2024
1 parent a1fb95b commit 5a3e1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pulse/resume-on-restart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const resumeOnRestart: ResumeOnRestartMethod = function (this: Pulse, res
}
});

// Handling for recurring jobs using repeatInterval or repeatAt
// Recurring jobs
this._collection
.find({
$and: [
Expand Down

0 comments on commit 5a3e1fa

Please sign in to comment.