Skip to content

Commit

Permalink
is_active added to contributors discord
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanbaaz committed Dec 13, 2024
1 parent 92e9af3 commit 0fd0464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers/supabaseClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@ async def updateContributor(self, contributor: Member, table_class=None):
"discord_username": contributor["name"],
"chapter": chapters[0] if chapters else None,
"gender": gender,
"email": "[email protected]",
"email": contributor["email"],
"is_active": True,
"joined_at": contributor["joined_at"].replace(tzinfo=None), # Ensure naive datetime
}

Expand Down

0 comments on commit 0fd0464

Please sign in to comment.