Skip to content

Commit 2d75382

Browse files
committed
UPDATE: change return value
UPDATE: change return value from tAET to st
1 parent 58be6f4 commit 2d75382

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)