Skip to content

Commit

Permalink
fix: unauthed-client name
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet authored Feb 4, 2022
1 parent be9ace3 commit be6bbc3
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}`,
id: `${userAddress || "anonymous"}-todos`,
session,
graphql: config.graphql,
fetch,
Expand Down

0 comments on commit be6bbc3

Please sign in to comment.