Skip to content

Commit c9d7282

Browse files
eli6Copilot
andauthored
Update src/services/QueueService.ts
Co-authored-by: Copilot <[email protected]>
1 parent 60ced0b commit c9d7282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/QueueService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class QueueService {
9696
url: url.trim(),
9797
autoApprove,
9898
id,
99-
...(options?.forceReindex !== undefined ? { forceReindex: options.forceReindex } : {})
99+
...(options?.forceReindex !== undefined && { forceReindex: options.forceReindex })
100100
});
101101
return transformJobtoBaseJob(job);
102102
}

0 commit comments

Comments
 (0)