Skip to content

Commit 3330e1f

Browse files
committed
fix: example
1 parent 6364c57 commit 3330e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/contacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
print(updated)
3434

3535
cont_by_id: resend.Contact = resend.Contacts.get(
36-
email=contact["id"], audience_id=audience_id
36+
id=contact["id"], audience_id=audience_id
3737
)
3838
print("Retrieved contact by ID")
3939
print(cont_by_id)

0 commit comments

Comments
 (0)