Skip to content

Commit

Permalink
🐛 Fix backward compability
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSheep2Code committed Dec 26, 2024
1 parent 303f8a3 commit 790b123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/internal/models/attachments.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ type Attachment struct {
PoolID *uint `json:"pool_id"`

AccountID uint `json:"account_id"`

// Outdated fields, just for backward compatibility
IsMature bool `json:"is_mature"`
}

0 comments on commit 790b123

Please sign in to comment.