diff --git a/model/warehouse_response.go b/model/warehouse_response.go index cd939da..379faf9 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -143,7 +143,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"` }