feat: update advertisement response

This commit is contained in:
hanif salafi 2025-04-14 14:19:18 +07:00
parent 518c779b5c
commit eda627da39
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ type AdvertisementResponse struct {
ContentFileUrl string `json:"contentFileUrl"`
Placement string `json:"placement"`
StatusId int `json:"statusId"`
IsPublish bool `json:"isActive"`
IsPublish bool `json:"isPublish"`
IsActive bool `json:"isActive"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`