Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4815 from minvws/release/2.77.1
Browse files Browse the repository at this point in the history
Release/2.77.1
  • Loading branch information
ben-van-eekelen authored Jul 10, 2023
2 parents c86e6f5 + a7c8678 commit 79cceb5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ export type AgeGroup = '12' | '18' | '60';
const AGE_GROUPS = [
{
ageGroup: '60',
birthyearRange: '-1961',
birthyearRange: '-1963',
},
{
ageGroup: '18',
birthyearRange: '-2003',
birthyearRange: '-2005',
},
{
ageGroup: '12',
birthyearRange: '-2009',
birthyearRange: '-2011',
},
] as const;

Expand Down

0 comments on commit 79cceb5

Please sign in to comment.