Skip to content

Commit ff189a6

Browse files
authored
Merge pull request #7 from Frisle/master
UPDATE: second update
2 parents 3fe3af7 + be3eddf commit ff189a6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

MDX2JSON/Utils.cls

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

193193

194-
Set tAET = ##class(%ZEN.Auxiliary.altJSONProvider).%ArrayToAET($lb("name", "path", "info"), .tFilters)
195-
do tAET.%ToJSON()
196-
set st = tAET
194+
Set st = ##class(%ZEN.Auxiliary.altJSONProvider).%ArrayToJSON($lb("name", "path", "info"),.tFilters)
197195
return st
198196
}
199197

0 commit comments

Comments
 (0)