Skip to content

Commit

Permalink
Merge pull request #120 from Frisle/patch-14
Browse files Browse the repository at this point in the history
FIX: hot fix for AbstractREST method
  • Loading branch information
eduard93 committed Nov 21, 2023
2 parents fde7909 + 74e625b commit cbd5e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDX2JSON/AbstractREST.cls
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ClassMethod OnPreDispatch(pUrl As %String, pMethod As %String, ByRef pContinue A
If $$$ISERR(st) {
#; Do ..Http500(st)
Set pContinue = $$$NO
Quit
Quit st
}

#; Dispatch
Expand Down

0 comments on commit cbd5e3b

Please sign in to comment.