mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-24 00:39:32 +09:00
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