Skip to content

Commit

Permalink
change query to acm.illinois.edu
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Oct 6, 2024
1 parent 9e47cfe commit dc49ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async def isPaidMember(self, netID: str) -> bool:
return False
return (
parsed["value"][0]["userPrincipalName"]
== f"{netID}_illinois.edu#EXT#@acmillinois.onmicrosoft.com"
== f"{netID}@acm.illinois.edu"
)


Expand Down

0 comments on commit dc49ebd

Please sign in to comment.