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 60ced0b commit c9d7282Copy full SHA for c9d7282
src/services/QueueService.ts
@@ -96,7 +96,7 @@ export class QueueService {
96
url: url.trim(),
97
autoApprove,
98
id,
99
- ...(options?.forceReindex !== undefined ? { forceReindex: options.forceReindex } : {})
+ ...(options?.forceReindex !== undefined && { forceReindex: options.forceReindex })
100
});
101
return transformJobtoBaseJob(job);
102
}
0 commit comments