Skip to content

Commit

Permalink
fix: missing type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
drish committed Jan 23, 2025
1 parent 6c9f252 commit c235c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# replace with some audience id
audience_id: str = "78b8d3bc-a55a-45a3-aee6-6ec0a5e13d7e"
contact_id = "b5c95127-937b-4872-a765-06636e5f73da"
contact_id: str = "b5c95127-937b-4872-a765-06636e5f73da"

create_params: resend.Contacts.CreateParams = {
"audience_id": audience_id,
Expand Down

0 comments on commit c235c21

Please sign in to comment.