Default profiles to game_developer

cgen-5eba24550273436d8c11017036f2582e
This commit is contained in:
Builder.io 2025-10-04 21:13:55 +00:00
parent 8ccd469503
commit 973292385a

View file

@ -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",
},
),