From 973292385a53d80caa7c812773e2bc3c3e4522c1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 21:13:55 +0000 Subject: [PATCH] Default profiles to game_developer cgen-5eba24550273436d8c11017036f2582e --- client/lib/aethex-database-adapter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index d1c27b8f..bae4d1dc 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -323,7 +323,7 @@ export const aethexUserService = { normalizeProfile( { ...(row as AethexUserProfile), - user_type: (row as any).user_type || "community_member", + user_type: (row as any).user_type || "game_developer", experience_level: (row as any).experience_level || "beginner", }, ),