We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190f211 commit d84553dCopy full SHA for d84553d
src/jobs.ts
@@ -21,7 +21,7 @@ export function registerJobs() {
21
const minIdToSearchFor =
22
lastTrackedHbIds.size === 0
23
? 0
24
- : Math.min(
+ : Math.max(
25
...Array.from(lastTrackedHbIds.values()).map(([num]) => num),
26
);
27
0 commit comments