Fix
This commit is contained in:
parent
dc53f52c65
commit
2baf318517
@ -59,7 +59,7 @@ const migrate = async (doc) => {
|
||||
}
|
||||
})
|
||||
|
||||
return added && result.ok === 1
|
||||
return result.ok === 1
|
||||
}
|
||||
|
||||
async function main() {
|
||||
|
Loading…
Reference in New Issue
Block a user