mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Send exports to the export queue
This commit is contained in:
parent
0bc11352e2
commit
d027bae311
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue