Skip to content

Commit c9ebec6

Browse files
committed
fix: lint
1 parent b69a0a2 commit c9ebec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/worker/src/jobs/cron.delete-projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function deleteProjects(job: Job<CronQueuePayload>) {
5454
await ch.command({
5555
query,
5656
clickhouse_settings: {
57-
lightweight_deletes_sync: 0,
57+
lightweight_deletes_sync: '0',
5858
},
5959
});
6060
}

0 commit comments

Comments
 (0)