Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vansharora03 committed Jun 20, 2024
1 parent 3b9103b commit 1007f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mybyte/context/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const AuthContextProvider = ({
const registerMail = collection(db, "UHX-registrationMail");

// Current Event (Hacks 9):
const eSportsRef_UH9 = collection(db, "eSports9-user-registration-details");
const eSportsRef = collection(db, "eSports9-user-registration-details");
const registerRef_UH9 = collection(db, "UH9-user-registration-details");
const registerMail_UH9 = collection(db, "UH9-registrationMail");

Expand Down

0 comments on commit 1007f1c

Please sign in to comment.