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, };