Update profile creation user_type
cgen-677b8b9f3bb04d34abf317229a79e2d5
This commit is contained in:
parent
6a6ed879aa
commit
839226612c
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ export default function Profile() {
|
|||
linkedin_url: profileData.linkedinUrl,
|
||||
github_url: profileData.githubUsername ? `https://github.com/${profileData.githubUsername}` : null,
|
||||
twitter_url: profileData.twitterUsername ? `https://twitter.com/${profileData.twitterUsername}` : null,
|
||||
user_type: "community_member",
|
||||
user_type: "game_developer",
|
||||
experience_level: "beginner",
|
||||
level: 1,
|
||||
total_xp: 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue