Skip to content

Commit be3eddf

Browse files
committed
FIX: update Utils.cls
FIX: update Utils.cls
1 parent 1c862e4 commit be3eddf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

MDX2JSON/Utils.cls

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,8 @@ ClassMethod WriteFiltersForDataSource(pDataSource As %String, pValues As %Boolea
191191
}
192192

193193

194-
Set arrayToJson = ##class(%ZEN.Auxiliary.altJSONProvider).%ArrayToJSON($lb("name", "path", "info"),.tFilters)
195-
196-
return $$$OK
194+
Set st = ##class(%ZEN.Auxiliary.altJSONProvider).%ArrayToJSON($lb("name", "path", "info"),.tFilters)
195+
return st
197196
}
198197

199198
/// Get information about pivot. <br>

0 commit comments

Comments
 (0)