Skip to content

Commit

Permalink
feat: suppression chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlr committed Jul 8, 2024
1 parent f570eeb commit 9464f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/modules/jobs/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ export async function setupJobProcessor() {
},
"deca:hydrate": {
handler: async (job) => {
const { from, to, chunk } = job.payload as any;
await hydrateDeca({ from, to, chunk });
const { from, to } = job.payload as any;
await hydrateDeca({ from, to });
},
},
"import:catalogue": {
Expand Down

0 comments on commit 9464f53

Please sign in to comment.