Skip to content

Commit

Permalink
omit the @ on username
Browse files Browse the repository at this point in the history
  • Loading branch information
kevtechi committed Jan 28, 2025
1 parent 0c73260 commit 0fcca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/functions/_db/profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0fcca8c

Please sign in to comment.