Skip to content

Commit 50c63b4

Browse files
committed
Fix typo in new json output
1 parent a439db0 commit 50c63b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MDX2JSON/Utils.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Automatic processing of MDX query and outputting resulting JSON.<br>
7373
#if $$$comClassDefined("%ZEN.Auxiliary.jsonMDXProvider")
7474
set Provider = ##class(%ZEN.Auxiliary.jsonMDXProvider).%New()
7575
set Provider.mdxQuery = pMDX
76-
set st = tProvider.%DrawJSON()
76+
set st = Provider.%DrawJSON()
7777
#else
7878
set st = $$$ERROR($$$GeneralError,"Class %ZEN.Auxiliary.jsonMDXProvider does not exist")
7979
#endif

0 commit comments

Comments
 (0)