Skip to content

Commit cc6a476

Browse files
committed
fix number of groups
1 parent f5878f0 commit cc6a476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default (year: number) => (year < 2026 ? 8 : 16);
1+
export default (year: number) => (year < 2026 ? 8 : 12);

0 commit comments

Comments
 (0)