diff --git a/model/warehouse_response.go b/model/warehouse_response.go index 79b02c4..b73807e 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -142,7 +142,6 @@ type WarehouseNatsResponse struct { Configurations WarehouseConfiguration `json:"configurations"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` - IsPendingActive bool `json:"isPendingActive"` ReasonPendingInactive string `json:"reasonPendingInactive"` }