Skip to content

Commit 886b724

Browse files
committed
Unneeded parenthesis
1 parent d1041a6 commit 886b724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/http-interceptor.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class HttpInterceptorService extends Http {
4343
.map(result => {
4444
return result;
4545
})
46-
.catch((error) => {
46+
.catch(error => {
4747
return error;
4848
})
4949
.finally(() => {

0 commit comments

Comments
 (0)