Skip to content

Commit

Permalink
Fix: Changed leagueId to email testing league.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexappleget committed Oct 28, 2024
1 parent 3e2aadd commit 247a786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(admin)/admin/notifications/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const AdminNotifications = (): JSX.Element => {
*/
const getLeagueData = async (): Promise<void> => {
try {
const leagueId = '66e1cc9000160b10bf2c'; // TEST LEAGUE (DO NOT JOIN)
const leagueId = '66f1a8e300102bff03ff'; // EMAIL TEST LEAGUE (DO NOT CHANGE)
const leagueData = await getCurrentLeague(leagueId);
setGroupUsers(leagueData.participants);
setLeagueName(leagueData.leagueName);
Expand Down

0 comments on commit 247a786

Please sign in to comment.