Skip to content
Snippets Groups Projects
Commit a0f0fa2a authored by georgijfalileev's avatar georgijfalileev
Browse files

MRM-2377: fix update

parent ac834e7b
Branches feature/MRM-2377
Tags
No related merge requests found
......@@ -157,8 +157,7 @@ func (server *serverImpl) Update(ctx context.Context, req *account.UpdateRequest
},
))
_, err := OfferService.Update(ctx, &offer.UpdateRequest{
User: acc.Id,
_, err := OfferService.ServiceUpdate(ctx, &offer.ServiceUpdateRequest{
Offer: &offer.Offer{
Id: o.Id,
Landlord: &offer.Landlord{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment