Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
force as number
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Mar 18, 2021
1 parent 17683a9 commit 203d49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/services/PunishmentService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export default class PunishmentService {
else suffix = 'ed';

return {
color: action,
color: action!,
suffix,
};
}
Expand Down

0 comments on commit 203d49d

Please sign in to comment.