Skip to content

Commit

Permalink
Add phone number to serialised users for webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gerryd committed Oct 10, 2024
1 parent e569353 commit f32a60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/apps/webhooks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _serialize_event_user(user):
"id": user.public_primary_key,
"username": user.username,
"email": user.email,
"phone_number": user.verified_phone_number,
}


Expand Down

0 comments on commit f32a60e

Please sign in to comment.