Skip to content

Commit

Permalink
rm extra await (#4945)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixi-wang authored Oct 18, 2024
1 parent 7a7dfdd commit 7cf9d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packages/state/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const fetchRelay: FetchFunction = async (
params,
variables
): Promise<GraphQLResponse> => {
const data = await await getFetchFunction()<unknown, GQLResponse>(
const data = await getFetchFunction()<unknown, GQLResponse>(
"POST",
"/graphql",
{
Expand Down

0 comments on commit 7cf9d3c

Please sign in to comment.