1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-11-24 15:16:13 +09:00
This commit is contained in:
syuilo 2018-03-13 02:03:12 +09:00
parent 16339188a5
commit 665df6887d

View File

@ -11,7 +11,9 @@ const migrate = async (doc) => {
});
const result = await Othello.update(doc._id, {
$set: doc.logs
$set: {
logs: doc.logs
}
});
return result.ok === 1;