Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock committed Jul 3, 2024
1 parent 595b7c7 commit 7c717ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/struct/web/methods/api/punish.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class PunishController {
const params = req.query
const showDeleted = params["showDeleted"] ? true : false
const count = params["count"] ? true : false
const group = params["noGroup"] ? true : false
const group = params["noGroup"] ? false: true
const timed = params["timedPunishment"] ? true: false


Expand Down Expand Up @@ -116,6 +116,7 @@ export default class PunishController {
}



let categorizedLogs: Discord.Collection<Action, (ActionLog | TimedPunishment)[] | number> = new Discord.Collection([
["warn", []],
["mute", []],
Expand Down

0 comments on commit 7c717ca

Please sign in to comment.