refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 7fd0729494 - Show all commits

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