refactor: updated profiles

This commit is contained in:
2025-07-18 21:08:18 +03:00
parent 6588190e8b
commit 6f7d8bf244
3 changed files with 20 additions and 20 deletions

View File

@@ -43,11 +43,11 @@ type Profile struct {
ID int64
UserID int64
Name string
Bio *string
AvatarUrl *string
Bio string
AvatarUrl string
Birthday pgtype.Timestamp
Color *string
ColorGrad *string
Color string
ColorGrad string
}
type ProfileSetting struct {