fix change on nodeSelector interface

This commit is contained in:
Eugenio Romano
2020-07-28 17:27:18 +01:00
parent efc6432d1c
commit 1581cfc662
2 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ export class UsersActions {
try {
if (this.api.apiService.isEcmConfiguration() || (this.api.apiService.isEcmBpmConfiguration())) {
Logger.log('Create user ECM');
Logger.log(`Create user ECM ${user.email}`);
await this.api.apiService.core.peopleApi.addPerson({
id: user.email,
email: user.email,