mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 01:36:03 +02: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