✏️ Renamed queue service and refactored

This commit is contained in:
2022-03-29 12:03:54 -07:00
parent 5a12dd9a21
commit 233da5c650
5 changed files with 17 additions and 15 deletions

View File

@@ -129,7 +129,7 @@ export default class ImportService extends Service {
});
if (!comicExists) {
// 2. Send the extraction job to the queue
await broker.call("queue.processImport", {
await broker.call("importqueue.processImport", {
fileObject: {
filePath: item.path,
fileSize: item.stats.size,