mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
fix unit
This commit is contained in:
@@ -82,7 +82,6 @@ export class IdentityService {
|
||||
const method = 'DELETE';
|
||||
const queryParams = {};
|
||||
const postBody = {};
|
||||
return this.api.performIdentityOperation(path, method, queryParams, postBody);
|
||||
|
||||
const deletePromise = this.api.performIdentityOperation(path, method, queryParams, postBody);
|
||||
|
||||
|
Reference in New Issue
Block a user