Skip to content

Commit

Permalink
AVB-78 fixed schema mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbag committed Jul 3, 2023
1 parent 81ace3a commit c72dd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livestyled/schemas/ticket.py
Expand Up @@ -99,4 +99,4 @@ class Meta:
additional_fields = fields.Nested(AdditionalFields, data_key='additionalFields', allow_none=True, missing=None,
many=True)
printed = fields.Boolean(allow_none=True, required=False, missing=True)
timezone = fields.Boolean(allow_none=True, required=False, missing=None)
timezone = fields.String(allow_none=True, required=False, missing=None)

0 comments on commit c72dd6c

Please sign in to comment.