forked from FoundKeyGang/FoundKey
refactor: use insert
This commit is contained in:
parent
386d3cd997
commit
0005de6a98
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export default define(meta, async (ps, user) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create mute
|
// Create mute
|
||||||
await Mutings.save({
|
await Mutings.insert({
|
||||||
id: genId(),
|
id: genId(),
|
||||||
createdAt: new Date(),
|
createdAt: new Date(),
|
||||||
muterId: muter.id,
|
muterId: muter.id,
|
||||||
|
|
Loading…
Reference in a new issue