Merge pull request 'edit res warehouse' (#106) from setup-holiday-warehouse-admin into develop

Reviewed-on: #106
This commit is contained in:
phuanbui 2022-12-12 07:26:12 +00:00
commit 7fd0729494
1 changed files with 0 additions and 1 deletions

View File

@ -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"`
}