Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiog1901 committed Dec 28, 2023
1 parent 4bf16b3 commit 3efff32
Show file tree
Hide file tree
Showing 5 changed files with 764 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apiserver/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_type(x):
"date": dt.datetime,
"decimal": float,
"null": None,
}[x]
}.get(x, str)

def get_fieldinfo(meta: dict):
fi = FieldInfo()
Expand Down
Loading

0 comments on commit 3efff32

Please sign in to comment.