Skip to content

Commit 04851c7

Browse files
arturovtthePunderWoman
authored andcommitted
refactor(common): remove redundant transferCacheInterceptorFn dependencies (#59819)
The `transferCacheInterceptorFn` injects dependencies in itself; the `TransferCache` and cache options are redundant in the `deps` list. PR Close #59819
1 parent 6d1ebc5 commit 04851c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/common/http/src/transfer_cache.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ export function withHttpTransferCache(cacheOptions: HttpTransferCacheOptions): P
328328
provide: HTTP_ROOT_INTERCEPTOR_FNS,
329329
useValue: transferCacheInterceptorFn,
330330
multi: true,
331-
deps: [TransferState, CACHE_OPTIONS],
332331
},
333332
{
334333
provide: APP_BOOTSTRAP_LISTENER,

0 commit comments

Comments
 (0)