From 9ea399e3f64778058e000f2bed9fd15f978945ba Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 26 Feb 2020 20:10:31 +0000 Subject: [PATCH] --- server/AyaNova/DataList/AyaDataList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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