From c1a5444e5e948184fc7b68ff87d21fad2e5d1c82 Mon Sep 17 00:00:00 2001 From: anbuiselly <105765792+anbuiselly@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:25:40 +0700 Subject: [PATCH] edit res warehouse --- model/warehouse_response.go | 1 - 1 file changed, 1 deletion(-) 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"` }