parent
6ce986fcbf
commit
318ae0035f
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ async function main() {
|
|||
}
|
||||
|
||||
async function migrateMuting(muting: any) {
|
||||
await Blockings.save({
|
||||
await Mutings.save({
|
||||
id: muting._id.toHexString(),
|
||||
createdAt: new Date(),
|
||||
muterId: muting.muterId.toHexString(),
|
||||
|
|
Loading…
Reference in a new issue