mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
oops
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user