diff --git a/server/AyaNova/DataList/AyaDataList.cs b/server/AyaNova/DataList/AyaDataList.cs index a15c4f1f..e962caad 100644 --- a/server/AyaNova/DataList/AyaDataList.cs +++ b/server/AyaNova/DataList/AyaDataList.cs @@ -67,7 +67,7 @@ namespace AyaNova.DataList if (o != null) {//Here is where we can vet the field name, if it doesn't exist. For production we'll just ignore those ones - if (!FirstColumnAdded) + if (FirstColumnAdded) sb.Append(","); sb.Append("{"); //Build required part of column definition