Skip to content

Commit cea3174

Browse files
authored
Merge pull request #111 from Frisle/patch-9
FIX: remove breaking return statement
2 parents 8244eb9 + 53801bb commit cea3174

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MDX2JSON/Utils.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ ClassMethod AddWidget(sWidget As %String, sDashboard As %String, key As %String)
570570
if (tDash.widgets.GetAt(i).name = sWidget.name)
571571
{
572572
set count = 1
573-
return $$$ERROR()
574573
}
575574
}
576575

0 commit comments

Comments
 (0)