Skip to content

Commit

Permalink
Merge pull request #302 from etendosoftware/hotfix/#282-EPL-1197
Browse files Browse the repository at this point in the history
Issue #282: Deleted unnesesary parenthesis
  • Loading branch information
RomanMagnoli authored Jan 30, 2024
2 parents a456b34 + c90a5af commit 2aa3e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ isc.OBParameterWindowView.addProperties({
},
function(rpcResponse, data, rpcRequest) {
view.handleResponse(
data && data.refreshParent === true),
data && data.refreshParent === true,
data && data.message,
data && data.responseActions,
data && data.retryExecution,
Expand Down

0 comments on commit 2aa3e42

Please sign in to comment.