🪢 Rewired the download -> import to lib workflow

This commit is contained in:
2022-05-11 10:57:30 -07:00
parent cf75e8f9ff
commit 0b195d6ff3
4 changed files with 9 additions and 20 deletions

View File

@@ -332,9 +332,9 @@ export default class ImportService extends Service {
);
console.log(result);
await Comic.findOneAndUpdate({ _id: new ObjectId(ctx.params.comicObjectId) }, {
rawFileDetails: {
rawFileDetails: result,
acquisition: { wanted: false, }
}
})
}
},