This commit is contained in:
syuilo 2017-11-09 00:17:24 +09:00
parent 24e862770a
commit 13a785d944

View file

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