Skip to content

Commit

Permalink
Merge pull request #210 from ugahacks/feature/fix-deployment
Browse files Browse the repository at this point in the history
Fix compile errors
  • Loading branch information
vansharora03 authored Jun 20, 2024
2 parents 3b9103b + 1007f1c commit fc06d0c
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 fc06d0c

Please sign in to comment.