Skip to content

Commit 66bb036

Browse files
committed
Explicit return type for PendingInterceptorServiceFactory
1 parent fefa1f5 commit 66bb036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/pending-interceptor.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class PendingInterceptorService implements HttpInterceptor {
6969
}
7070
}
7171

72-
export function PendingInterceptorServiceFactory() {
72+
export function PendingInterceptorServiceFactory(): PendingInterceptorService {
7373
return new PendingInterceptorService();
7474
}
7575

0 commit comments

Comments
 (0)