Skip to content

Commit 74e625b

Browse files
authored
FIX: hot fix. method without return
1 parent 3658268 commit 74e625b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MDX2JSON/AbstractREST.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ ClassMethod OnPreDispatch(pUrl As %String, pMethod As %String, ByRef pContinue A
3939
If $$$ISERR(st) {
4040
#; Do ..Http500(st)
4141
Set pContinue = $$$NO
42-
Quit
42+
Quit st
4343
}
4444

4545
#; Dispatch
4646
If (Namespace'=$Namespace) {
4747
zn Namespace
4848
}
4949

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

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

0 commit comments

Comments
 (0)