We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1041a6 commit 886b724Copy full SHA for 886b724
src/app/http-interceptor.service.ts
@@ -43,7 +43,7 @@ export class HttpInterceptorService extends Http {
43
.map(result => {
44
return result;
45
})
46
- .catch((error) => {
+ .catch(error => {
47
return error;
48
49
.finally(() => {
0 commit comments