mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused change
This commit is contained in:
parent
f8264bfc10
commit
c7cfb8693f
1 changed files with 0 additions and 7 deletions
|
|
@ -4,13 +4,6 @@ import { redisDataSource } from './redis_data_source'
|
|||
const QUEUE_NAME = 'omnivore-backend-queue'
|
||||
const JOB_NAME = 'update-pdf-content'
|
||||
|
||||
interface savePageJob {
|
||||
userId: string
|
||||
data: unknown
|
||||
isRss: boolean
|
||||
isImport: boolean
|
||||
}
|
||||
|
||||
const queue = new Queue(QUEUE_NAME, {
|
||||
connection: redisDataSource.queueRedisClient,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue