Skip to content

Commit 559e9e7

Browse files
Update linode_api4/objects/monitor.py
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
1 parent 7550bb4 commit 559e9e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/objects/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ class EmailChannelContent(JSONObject):
348348
"""
349349
Represents the content for an email alert channel.
350350
"""
351-
email_addresses: List[str] = field(default_factory=list)
351+
email_addresses: List[str] = None
352352

353353

354354
@dataclass

0 commit comments

Comments
 (0)