Skip to content

Commit

Permalink
fix key error uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeammet authored Dec 18, 2024
1 parent 8865e25 commit f2d6288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/mailbox_manager/api/client/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def create(self, validated_data):
mailbox_data = json.loads(
response.content.decode("utf-8").replace("'", '"')
)
del mailbox_data["uuid"]

mailbox_status = enums.MailDomainStatusChoices.ENABLED

Expand Down

0 comments on commit f2d6288

Please sign in to comment.