Default profiles to game_developer
cgen-5eba24550273436d8c11017036f2582e
This commit is contained in:
parent
8ccd469503
commit
973292385a
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ export const aethexUserService = {
|
||||||
normalizeProfile(
|
normalizeProfile(
|
||||||
{
|
{
|
||||||
...(row as AethexUserProfile),
|
...(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",
|
experience_level: (row as any).experience_level || "beginner",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue