aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/rest/rest-extractor.service.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/shared/rest/rest-extractor.service.ts b/client/src/app/shared/rest/rest-extractor.service.ts
index 4cfe28536..db087d407 100644
--- a/client/src/app/shared/rest/rest-extractor.service.ts
+++ b/client/src/app/shared/rest/rest-extractor.service.ts
@@ -85,8 +85,6 @@ export class RestExtractor {
85 errorObj.body = err.error 85 errorObj.body = err.error
86 } 86 }
87 87
88 observableThrowError(errorObj) 88 return observableThrowError(errorObj)
89
90 return of(undefined)
91 } 89 }
92} 90}