Skip to content
Snippets Groups Projects
Commit 665df688 authored by syuilo's avatar syuilo
Browse files

oops

parent 16339188
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment