Update profile creation user_type

cgen-677b8b9f3bb04d34abf317229a79e2d5
This commit is contained in:
Builder.io 2025-10-04 21:14:06 +00:00
parent 6a6ed879aa
commit 839226612c

View file

@ -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,