3
0
Fork 0
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:
Usoka 2021-05-16 19:40:21 +12:00 committed by GitHub
parent 75e6687064
commit f597dbab38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ export async function muteUser(
return { return {
case: theCase, case: theCase,
timeUntilUnmute: timeUntilUnmute, timeUntilUnmute,
notifyResult, notifyResult,
updatedExistingMute: !!existingMute, updatedExistingMute: !!existingMute,
}; };