diff --git a/app/module/advertisement/response/advertisement.response.go b/app/module/advertisement/response/advertisement.response.go index b66f884..55db4aa 100644 --- a/app/module/advertisement/response/advertisement.response.go +++ b/app/module/advertisement/response/advertisement.response.go @@ -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"`