mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Update backend/src/plugins/Mutes/functions/muteUser.ts
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
parent
75e6687064
commit
f597dbab38
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ export async function muteUser(
|
||||||
|
|
||||||
return {
|
return {
|
||||||
case: theCase,
|
case: theCase,
|
||||||
timeUntilUnmute: timeUntilUnmute,
|
timeUntilUnmute,
|
||||||
notifyResult,
|
notifyResult,
|
||||||
updatedExistingMute: !!existingMute,
|
updatedExistingMute: !!existingMute,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue