fix(queue): I love NestJS ❤️

This commit is contained in:
무라쿠모 2024-09-06 17:33:33 +09:00
parent 9a37ae7254
commit f01e03eedb
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
3 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,7 @@ import type { Config } from '@/config.js';
import { DI } from '@/di-symbols.js';
import type Logger from '@/logger.js';
import { bindThis } from '@/decorators.js';
import { ReindexNotesProcessorService } from "@/queue/processors/ReindexNotesProcessorService.js";
import { ReindexNotesProcessorService } from './processors/ReindexNotesProcessorService.js';
import { WebhookDeliverProcessorService } from './processors/WebhookDeliverProcessorService.js';
import { EndedPollNotificationProcessorService } from './processors/EndedPollNotificationProcessorService.js';
import { DeliverProcessorService } from './processors/DeliverProcessorService.js';