Skip to content

Commit 40f9894

Browse files
committed
fix(ts): Minor lint fix
1 parent 2757d23 commit 40f9894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interceptor-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export class InterceptorService extends Http {
308308
return Observable.of(transformedResponseWrapper);
309309
}
310310

311-
let processedResponse;
311+
let processedResponse: void | InterceptorResponseWrapper | Observable<InterceptorResponseWrapper>;
312312

313313
if (transformedResponseWrapper.err) {
314314
processedResponse = interceptor.onErr(transformedResponseWrapper, index);

0 commit comments

Comments
 (0)