chore: formatting

This commit is contained in:
2026-05-07 13:43:53 +02:00
parent 8ef08cbc69
commit 734f5295c7

View File

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