This commit is contained in:
eromano
2023-08-04 16:49:15 +02:00
parent 2e34973778
commit 4a3a744a2d
11 changed files with 16 additions and 31 deletions

View File

@@ -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);