Skip to content

Commit

Permalink
Merge branch 'origin/datetime-support-for-multiple-format'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigRoomXXL committed Sep 13, 2023
1 parent 2b5018a commit 3a9eb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apispec/ext/marshmallow/field_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def datetime2properties(self, field, **kwargs: typing.Any) -> dict:
"example": "1676451245.596",
"min": "0",
}
elif field.format == "timestamp_ms":
elif field.format == "timestamp_ms":
ret = {
"type": "number",
"format": "float",
Expand Down

0 comments on commit 3a9eb5a

Please sign in to comment.