mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-24 07:06:07 +09:00
Fix
This commit is contained in:
parent
24e862770a
commit
13a785d944
@ -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 New Issue
Block a user