refactor: updated profiles
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user