🐜 fix(zero): Remove unnecessary StorageKey value

This commit is contained in:
Wanjohi
2025-05-19 06:26:11 +03:00
parent dd20c0049d
commit 6e19b2e9a0

View File

@@ -12,7 +12,6 @@ export const { use: useZero, provider: ZeroProvider } =
schema,
auth: () => auth.access(),
userID: account.current.id,
storageKey: account.current.id,
server: import.meta.env.VITE_ZERO_URL,
})