Skip to content

Commit 603ad9e

Browse files
committed
fix: remove unused export
1 parent c80a1f4 commit 603ad9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/angular-query-experimental/src/inject-infinite-query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import type {
2323
/**
2424
* Injects an infinite query: a declarative dependency on an asynchronous source of data that is tied to a unique key.
2525
* Infinite queries can additively "load more" data onto an existing set of data or "infinite scroll"
26-
* @param optionsFn - A function that returns infinite query options.n
26+
* @param optionsFn - A function that returns infinite query options.
2727
* @param injector - The Angular injector to use.
2828
* @returns The infinite query result.
2929
* @public

packages/angular-query-experimental/src/inject-query-client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ export const injectQueryClient = tokens[0]
2323
* @public
2424
*/
2525
export const provideQueryClient = tokens[1]
26-
27-
export const QUERY_CLIENT = tokens[2]

0 commit comments

Comments
 (0)