Skip to content

Commit

Permalink
fix: gql client
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Oct 26, 2022
1 parent 748479f commit a01e703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/todos/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
};
graphqlClientInstance = await graphQLClient({
id: `${userAddress || "anonymous"}-todos`,
id: `${userAddress}`,
session,
graphql: config.graphql,
fetch,
Expand Down

0 comments on commit a01e703

Please sign in to comment.