diff options
Diffstat (limited to 'vid-app-common')
-rwxr-xr-x | vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js b/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js index 0e1beefb6..d841e299b 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js @@ -492,7 +492,7 @@ var AaiService = function ($http, $log, PropertyService, UtilityService, COMPONE successCallbackFunction(lcpCloudRegionTenants); }).catch(function (error) { (UtilityService.runHttpErrorHandler(error.data, error.status)); - }) + }); }, getSubscribers: function (successCallbackFunction) { $log @@ -553,7 +553,7 @@ var AaiService = function ($http, $log, PropertyService, UtilityService, COMPONE catchCallbackFunction(); } UtilityService.runHttpErrorHandler(response, status); - }) + }); }, getServices: function (successCallbackFunction) { $log |