Skip to content

Commit

Permalink
docs: remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
llllvvuu committed Mar 2, 2024
1 parent a4db023 commit adeba93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/docs/guides/react-vue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,10 @@ async function customFetcher<TResult, TVariables>(
if (response.status !== 200) {
throw new Error(`Failed to fetch: ${response.statusText}. Body: ${await response.text()}`)
}

return await response.json() as TResult
}

export function useGraphQL<TResult = unknown, TVariables = unknown>(
document: TypedDocumentNode<TResult, TVariables>,
variables?: TVariables,
Expand Down

0 comments on commit adeba93

Please sign in to comment.