Skip to content

Commit

Permalink
Merge pull request #487 from kids-first/bug-jsonbool
Browse files Browse the repository at this point in the history
πŸ› comment out bool json type cast
  • Loading branch information
fiendish authored Sep 17, 2020
2 parents 1ebcb1f + 5ef8902 commit 794a387
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ def _GET(host, api_path, body):

swagger_cache = {}
json_type_casts = {
"boolean": bool,
"string": str,
"integer": int,
"number": float,
Expand Down

0 comments on commit 794a387

Please sign in to comment.