1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 17:07:28 -06:00
This commit is contained in:
syuilo 2017-11-09 00:17:24 +09:00
parent dc53f52c65
commit 2baf318517

View file

@ -59,7 +59,7 @@ const migrate = async (doc) => {
} }
}) })
return added && result.ok === 1 return result.ok === 1
} }
async function main() { async function main() {