From 77ec5ee6c1f1f3278c24df6298bb27adead628cc Mon Sep 17 00:00:00 2001 From: buiphuan0211 <57066954+buiphuan0211@users.noreply.github.com> Date: Tue, 20 Dec 2022 11:48:36 +0700 Subject: [PATCH] delete field form-to-holiday in WarehouseNatsResponse --- model/warehouse_response.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/model/warehouse_response.go b/model/warehouse_response.go index 78427f3..6359ae3 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -144,8 +144,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 ...