mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Clean up
This commit is contained in:
parent
881549a84b
commit
8063676af9
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ export default (params: any, user: ILocalUser) => new Promise(async (res, rej) =
|
|||
}
|
||||
|
||||
const mute = await Mute.find({
|
||||
muterId: user._id,
|
||||
deletedAt: { $exists: false }
|
||||
muterId: user._id
|
||||
});
|
||||
|
||||
const query = {
|
||||
|
|
Loading…
Reference in a new issue