Skip to content

Commit

Permalink
Send exports to the export queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonh committed Nov 1, 2024
1 parent 0bc1135 commit d027bae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api/src/utils/createTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1075,8 +1075,7 @@ export const enqueueExpireFoldersJob = async () => {
}

export const queueExportJob = async (userId: string, exportId: string) => {
const queue = await getQueue()
// const queue = await getQueue(EXPORT_QUEUE_NAME)
const queue = await getQueue(EXPORT_QUEUE_NAME)
if (!queue) {
return undefined
}
Expand Down

0 comments on commit d027bae

Please sign in to comment.