diff --git a/src/routes/todos/index.svelte b/src/routes/todos/index.svelte index 3b75fcc..52db157 100644 --- a/src/routes/todos/index.svelte +++ b/src/routes/todos/index.svelte @@ -133,7 +133,7 @@ }; graphqlClientInstance = await graphQLClient({ - id: `${userAddress}`, + id: `${userAddress || "anonymous"}-todos`, session, graphql: config.graphql, fetch,