mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 11:56:44 -06:00
oops
This commit is contained in:
parent
16339188a5
commit
665df6887d
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue