1 Open Issue Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI 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