This commit is contained in:
@@ -73,7 +73,7 @@ namespace AyaNova.DataList
|
||||
|
||||
//Has a Enumtype?
|
||||
if (!string.IsNullOrEmpty(o.EnumType))
|
||||
sb.Append($",\"et\":{o.EnumType}");
|
||||
sb.Append($",\"et\":\"{o.EnumType}\"");
|
||||
|
||||
sb.Append("}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user