🐛 Trying to fix list post v2 didn't get the data

This commit is contained in:
2025-03-29 23:00:55 +08:00
parent b2466bdee1
commit 9fe0962c4a
2 changed files with 4 additions and 3 deletions

View File

@ -30,6 +30,6 @@ type Publisher struct {
RealmID *uint `json:"realm_id"`
AccountID *uint `json:"account_id"`
Account models.Account `gorm:"-"`
Realm models.Realm `gorm:"-"`
Account models.Account `gorm:"-" json:"realm"`
Realm models.Realm `gorm:"-" json:"realm"`
}