From f597dbab3856cdb1f50f2ee3d8aa99d4f4ee6fad Mon Sep 17 00:00:00 2001 From: Usoka <27248545+Usoka@users.noreply.github.com> Date: Sun, 16 May 2021 19:40:21 +1200 Subject: [PATCH] Update backend/src/plugins/Mutes/functions/muteUser.ts Co-authored-by: Almeida --- backend/src/plugins/Mutes/functions/muteUser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Mutes/functions/muteUser.ts b/backend/src/plugins/Mutes/functions/muteUser.ts index 7716be0c..a65b217f 100644 --- a/backend/src/plugins/Mutes/functions/muteUser.ts +++ b/backend/src/plugins/Mutes/functions/muteUser.ts @@ -251,7 +251,7 @@ export async function muteUser( return { case: theCase, - timeUntilUnmute: timeUntilUnmute, + timeUntilUnmute, notifyResult, updatedExistingMute: !!existingMute, };