mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
refactor: use insert
This commit is contained in:
parent
386d3cd997
commit
0005de6a98
@ -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 New Issue
Block a user