mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
oops
This commit is contained in:
parent
a3dc7db518
commit
d7d5d12e48
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…
Add table
Reference in a new issue