diff --git a/apps/api/src/controllers/auth.ts b/apps/api/src/controllers/auth.ts index 3f343cb..43be489 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -45,10 +45,9 @@ export async function supaAuthenticateUser( } else { normalizedApi = parseApi(token); - console.log('normalizedApi:', normalizedApi); - const { data, error } = await supabase_service.rpc( - 'get_key_and_price_id_2', { api_key: normalizedApi }); + 'get_key_and_price_id_2', { api_key: normalizedApi } + ); if (error) { console.error('Error fetching key and price_id:', error);