Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
refactor: Removes email from telemetry since we don't use it (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Dec 12, 2023
1 parent a0bfcf8 commit bf5d78c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/api/api_v1/endpoints/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ async def _create_user(payload: UserCreate, users: UserCRUD, requester: Union[Us
properties={
"login": gh_user["login"],
"name": gh_user["name"],
"email": gh_user["email"],
"twitter_username": gh_user["twitter_username"],
},
)
Expand Down

0 comments on commit bf5d78c

Please sign in to comment.