Skip to content

Commit

Permalink
revert context name
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.silhan committed Jan 21, 2025
1 parent 6831a6a commit 26ede5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/typescript/src/templates/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const getContext = (prefix: string, componentsFile: string) =>
*
* @param queryOptions options from the useQuery wrapper
*/
export function get${pascal(prefix)}Context<
export function use${pascal(prefix)}Context<
TQueryFnData = unknown,
TError = unknown,
TData = TQueryFnData,
Expand Down

0 comments on commit 26ede5b

Please sign in to comment.