diff --git a/supabase/functions/_db/profiles.ts b/supabase/functions/_db/profiles.ts index 08d4d72..2d189c2 100644 --- a/supabase/functions/_db/profiles.ts +++ b/supabase/functions/_db/profiles.ts @@ -28,7 +28,7 @@ export const insertAnonymousProfile = async ( const profile: Profile = formatProfileImageLinks(ipfsUrl, { account, - username: "@anonymous", + username: "anonymous", name: "Anonymous", description: "This user does not have a profile", image: defaultProfileImageIpfsHash,