Merge branch 'selly-food' of github.com:Selly-Modules/natsio into develop

This commit is contained in:
trunglt251292 2022-09-16 15:36:57 +07:00
commit ddc0af6338
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ func GetWarehouse() Warehouse {
}
// UpdateIsClosedSupplier ...
func (w Warehouse) UpdateIsClosedSupplier(p model.WarehouseNatsResponse) error {
func (w Warehouse) UpdateIsClosedSupplier(p model.UpdateSupplierIsClosedRequest) error {
msg, err := natsio.GetServer().Request(subject.Warehouse.UpdateIsClosedSupplier, toBytes(p))
if err != nil {
return err