Skip to content

Commit fb15050

Browse files
committed
remove extraneous as const
1 parent f54777e commit fb15050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class RepModule extends Module {
234234
month: [
235235
'(this month)',
236236
+new Date(new Date().getFullYear(), new Date().getMonth()),
237-
] as const,
237+
],
238238
year: ['(this year)', +new Date(new Date().getFullYear())],
239239
all: ['(all time)', 0],
240240
} as const;

0 commit comments

Comments
 (0)