Skip to content

Commit 3fe3af7

Browse files
authored
Merge pull request #6 from Frisle/master
UPDATE: change return value
2 parents 50d406e + 2d75382 commit 3fe3af7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MDX2JSON/Utils.cls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ ClassMethod WriteFiltersForDataSource(pDataSource As %String, pValues As %Boolea
193193

194194
Set tAET = ##class(%ZEN.Auxiliary.altJSONProvider).%ArrayToAET($lb("name", "path", "info"), .tFilters)
195195
do tAET.%ToJSON()
196-
return tAET
196+
set st = tAET
197+
return st
197198
}
198199

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

0 commit comments

Comments
 (0)