Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
doddap123 committed Sep 28, 2024
2 parents c89ccb0 + fcd49ff commit 043109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/expo/src/utils/validationHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const getEligiblePrizes = async (users: any[], req: express.Request) => {
};
}

if (user.applicationBranch.name.includes("Emerging")) {
if (user.applicationData.customData.track === "Emerging") {
numEmerging += 1;
}
}
Expand Down

0 comments on commit 043109c

Please sign in to comment.