Skip to content

Commit 48823c8

Browse files
committed
fix: remove email_id from email response
1 parent aae4dc5 commit 48823c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/contiguity/send.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class TextResponse(BaseModel):
2020
class EmailResponse(BaseModel):
2121
message: str
2222
crumbs: Crumbs
23-
email_id: str
2423

2524

2625
class Send:

0 commit comments

Comments
 (0)