In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Issue-ID: VID-607
Change-Id: I74a97be12bc5a110c4afd7f2d3eaf51b0ae707c8
Signed-off-by: anushadasari <danush10@in.ibm.com>
successCallbackFunction(lcpCloudRegionTenants);
}).catch(function (error) {
(UtilityService.runHttpErrorHandler(error.data, error.status));
- })
+ });
},
getSubscribers: function (successCallbackFunction) {
$log
catchCallbackFunction();
}
UtilityService.runHttpErrorHandler(response, status);
- })
+ });
},
getServices: function (successCallbackFunction) {
$log