Files
avbeat-com/src/app
Ryan Salazar 93dc131a02 fix: forum user lookup handles duplicate display names
When multiple profiles share a display_name (Michael Carter, Alex
Rivera, etc.), .maybeSingle() blew up with PGRST116, returning 404.
Switched to ordered limit(1) so the earliest-created profile wins
and the route resolves deterministically.
2026-05-23 04:16:53 +00:00
..