fix: queue running problem
This commit is contained in:
parent
de6db7aefc
commit
5d0012ceac
4 changed files with 5 additions and 2 deletions
|
@ -13,6 +13,7 @@ import { bindThis } from '@/decorators.js';
|
|||
import { NoteDeleteService } from '@/core/NoteDeleteService.js';
|
||||
import { IdService } from '@/core/IdService.js';
|
||||
import { QueueLoggerService } from '../QueueLoggerService.js';
|
||||
import type * as Bull from 'bullmq';
|
||||
|
||||
@Injectable()
|
||||
export class AutoNoteRemovalProcessorService {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue