Skip to content

Commit

Permalink
+debug
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
metal0 authored Nov 26, 2023
1 parent b47db15 commit 83daee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/plugins/Mutes/functions/muteUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export async function muteUser(
const muteType = getDefaultMuteType(pluginData);
const muteExpiresAt = muteTime ? Date.now() + muteTime : null;
const timeoutUntil = getTimeoutExpiryTime(muteExpiresAt);
console.log("timeoutUntil", timeoutUntil, muteTime);

// No mod specified -> mark Zeppelin as the mod
if (!muteOptions.caseArgs?.modId) {
Expand Down

0 comments on commit 83daee0

Please sign in to comment.