mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 21:11:15 -05:00
feat: Complete error logging coverage
This commit is contained in:
@@ -74,7 +74,7 @@ export function ReassignDialog({
|
||||
.rpc('get_users_with_emails');
|
||||
|
||||
if (rpcError) {
|
||||
logger.warn('Failed to fetch users with emails, using basic profiles', { error: getErrorMessage(rpcError) });
|
||||
// Fall back to basic profiles
|
||||
const { data: basicProfiles } = await supabase
|
||||
.from('profiles')
|
||||
.select('user_id, username, display_name')
|
||||
|
||||
Reference in New Issue
Block a user