Skip to content

Commit

Permalink
hotfix: error on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KDwevedi committed Dec 27, 2023
1 parent 68aee74 commit 81b2b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/supabaseClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def insert(self, table, data):
data = self.client.table(table).insert(data).execute()
return data.data

def memberIsAuthenticated(self, member: Member | User):
def memberIsAuthenticated(self, member: Member):
data = (
self.client.table("contributors_registration")
.select("*")
Expand Down

0 comments on commit 81b2b77

Please sign in to comment.