We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56132a commit be0230bCopy full SHA for be0230b
1 file changed
fastapi_forge/project_io.py
@@ -271,8 +271,7 @@ def load_project_spec_from_db(
271
# converts into fields as well - to avoid duplicate field
272
continue
273
274
- db_type = column.pop("type")
275
- data_type = FieldDataType.from_db_type(db_type)
+ data_type = FieldDataType.from_db_type(column.pop("type"))
276
column["type"] = data_type
277
278
metadata = ModelFieldMetadata()
0 commit comments