We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e7a5c commit 6fd946cCopy full SHA for 6fd946c
1 file changed
MDX2JSON/AbstractREST.cls.xml
@@ -474,9 +474,9 @@ pArgs - additional arguments]]></Description>
474
do ##class(%Device).ReDirectIO(1)
475
476
if $isobject(pObj) {
477
- do $Method(pobj,pMethod,pArgs...)
+ do $Method(pObj,pMethod,pArgs...)
478
} elseif $$$comClassDefined(pObj) {
479
- do $ClassMethod(pobj,pMethod,pArgs...)
+ do $ClassMethod(pObj,pMethod,pArgs...)
480
}
481
482
//Disable redirection
0 commit comments