diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-users/user-admin.service.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-users/user-admin.service.ts b/client/src/app/shared/shared-users/user-admin.service.ts index 422221d62..4128358dc 100644 --- a/client/src/app/shared/shared-users/user-admin.service.ts +++ b/client/src/app/shared/shared-users/user-admin.service.ts | |||
@@ -59,7 +59,6 @@ export class UserAdminService { | |||
59 | 59 | ||
60 | return this.authHttp.get<ResultList<UserServerModel>>(UserService.BASE_USERS_URL, { params }) | 60 | return this.authHttp.get<ResultList<UserServerModel>>(UserService.BASE_USERS_URL, { params }) |
61 | .pipe( | 61 | .pipe( |
62 | map(res => this.restExtractor.convertResultListDateToHuman(res)), | ||
63 | map(res => this.restExtractor.applyToResultListData(res, this.formatUser.bind(this))), | 62 | map(res => this.restExtractor.applyToResultListData(res, this.formatUser.bind(this))), |
64 | catchError(err => this.restExtractor.handleError(err)) | 63 | catchError(err => this.restExtractor.handleError(err)) |
65 | ) | 64 | ) |