diff --git a/model/warehouse_response.go b/model/warehouse_response.go index f8cacbf..293d2a6 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -145,8 +145,6 @@ type WarehouseNatsResponse struct { UpdatedAt time.Time `json:"updatedAt"` ReasonPendingInactive string `json:"reasonPendingInactive"` IsPendingInactive bool `json:"isPendingInactive"` - HolidayFrom time.Time `json:"holidayFrom"` - HolidayTo time.Time `json:"holidayTo"` } // WarehouseInfo ...