Skip to content

Commit 9748312

Browse files
authored
FIX: change return mode
1 parent 1cdae29 commit 9748312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/REST.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ClassMethod Test() As %Status
136136
return $$$OK
137137
}
138138

139-
ClassMethod saveWidget()
139+
ClassMethod saveWidget() As %Status
140140
{
141141
set key = $$$R("key")
142142
set widgetData= $$$R("WidgetData")

0 commit comments

Comments
 (0)