mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix
This commit is contained in:
parent
24e862770a
commit
13a785d944
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const migrate = async (doc) => {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
return added && result.ok === 1
|
return result.ok === 1
|
||||||
}
|
}
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
|
|
Loading…
Reference in a new issue