This commit is contained in:
Son 2021-12-28 15:09:33 +01:00
parent 83be94b43e
commit 229dc7fd44
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class AliasSuffix:
domain: str
# if custom domain, whether the custom domain has MX verified, i.e. can receive emails
mx_verified: bool
mx_verified: bool = True
def serialize(self):
return json.dumps(asdict(self))