Skip to content

Commit 3658268

Browse files
authored
FIX: hot fix for AbstractREST method
1 parent fde7909 commit 3658268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MDX2JSON/AbstractREST.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ClassMethod OnPreDispatch(pUrl As %String, pMethod As %String, ByRef pContinue A
4747
zn Namespace
4848
}
4949

50-
Quit $$$OK
50+
return pContinue
5151
}
5252

5353
/// Converts request into UTF8. Converts request into proxyObject.

0 commit comments

Comments
 (0)