fix: update avatar field casing and sync models

This commit is contained in:
2026-05-07 14:56:39 +02:00
parent 30f45ece89
commit 30109590ba
4 changed files with 7 additions and 7 deletions

View File

@@ -66,8 +66,8 @@ type User struct {
ID string `json:"id"`
Username string `json:"username"`
PasswordHash string `json:"password_hash"`
AvatarURL string `json:"avatar_url"`
CreatedAt time.Time `json:"created_at"`
AvatarUrl string `json:"avatar_url"`
}
type WatchListEntry struct {