Open Issues Need Help
View All on GitHubAI Summary: Remove the unnecessary `await` keyword from the `cookies()` call within the `createClient` function in `apps/web-client/src/lib/supabase.ts`. The `cookies()` function is synchronous, and the `await` is causing the function to be unnecessarily asynchronous.
Complexity:
1/5
good first issue Tech Debt