Skip to content

Commit 04bbcea

Browse files
committed
fix: use asm.get()
1 parent 9ab2b02 commit 04bbcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sendgrid/helpers/mail/mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get(self):
8989
mail["batch_id"] = self.batch_id
9090

9191
if self.asm is not None:
92-
mail["asm"] = self.asm
92+
mail["asm"] = self.asm.get()
9393

9494
if self.ip_pool_name is not None:
9595
mail["ip_pool_name"] = self.ip_pool_name

0 commit comments

Comments
 (0)