🔍 Missing file watching logic for chokidar
This commit is contained in:
@@ -304,6 +304,7 @@ const ComicSchema = mongoose.Schema(
|
||||
importStatus: {
|
||||
isImported: Boolean,
|
||||
tagged: Boolean,
|
||||
isRawFileMissing: { type: Boolean, default: false },
|
||||
matchedResult: {
|
||||
score: String,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user