Skip to content

Commit 95dd1b7

Browse files
committed
resolve merge conflict
1 parent 51685ee commit 95dd1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/admin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const MOD_USER_ID_FOR_BAN_APPEAL: string = vars.MOD_USER_ID_FOR_BAN_APPEAL;
99
const makeBanMessage = (reason: string, days?: number): string =>
1010
`
1111
Uh oh, you have been banned from the UW Computer Science Club server ${
12-
days ? `and your messages in the past ${days} ${pluralize('day', days)} have been deleted `: ''
12+
days ? `and your messages in the past ${days} ${pluralize('day', days)} have been deleted ` : ''
1313
}for the following reason:
1414
1515
> ${reason}

0 commit comments

Comments
 (0)