[PORTAL-20,PORTAL-23,PORTAL-32] Repair defects
[portal.git] / ecomp-portal-FE-os / client / src / services / userProfile / userProfile.service.js
index dc0022a..2cc7c32 100644 (file)
 
             return deferred.promise;
         }
-        
     }
     UserProfileService.$inject = ['$q', '$log', '$http', 'conf', 'uuid4', 'utilsService'];
     angular.module('ecompApp').service('userProfileService', UserProfileService)