Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sachs <psachs@buf.build>
  • Loading branch information
paul-sachs committed Oct 29, 2024
1 parent 98566f8 commit 2ed33b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/connect-query/src/create-infinite-query-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function createUnaryInfiniteQueryFn<
pageParamKey,
}: {
pageParamKey: ParamKey;
}
},
): QueryFunction<
MessageShape<O>,
ConnectQueryKey,
Expand Down Expand Up @@ -99,7 +99,7 @@ export function createInfiniteQueryOptions<
transport,
getNextPageParam,
pageParamKey,
}: ConnectInfiniteQueryOptions<I, O, ParamKey> & { transport: Transport }
}: ConnectInfiniteQueryOptions<I, O, ParamKey> & { transport: Transport },
): {
getNextPageParam: ConnectInfiniteQueryOptions<
I,
Expand Down

0 comments on commit 2ed33b3

Please sign in to comment.