🪢 Rewired the download -> import to lib workflow
This commit is contained in:
@@ -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, }
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user