Skip to content

Commit

Permalink
fix: be more accurate regarding decimal serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Aug 23, 2024
1 parent 146ba40 commit cd63653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def default_config(root)
boolean: :boolean,
date: "string | Date",
datetime: "string | Date",
decimal: :number,
decimal: "string | number",
integer: :number,
string: :string,
text: :string,
Expand Down

0 comments on commit cd63653

Please sign in to comment.