Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wezell committed May 29, 2019
1 parent c126332 commit 6dda3d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@ public Map<String, Object> mapObject() {
ContentType type = from();
Map<String, Object> typeMap = mapper.convertValue(type, HashMap.class);
typeMap.put("fields", new JsonFieldTransformer(type.fields()).mapList());
typeMap.put("baseType", type.baseType().name());
typeMap.put("baseType", type.baseType());
typeMap.remove("acceptedDataTypes");
typeMap.remove("dbColumn");

Expand Down

0 comments on commit 6dda3d7

Please sign in to comment.