1
0
mirror of https://github.com/rancher/steve.git synced 2025-04-28 03:10:32 +00:00

Don't return tables for puts

This commit is contained in:
Darren Shepherd 2020-05-18 09:38:24 -07:00
parent afbc6a4186
commit 9e4ed62a47

View File

@ -462,6 +462,7 @@ func (s *Store) Update(apiOp *types.APIRequest, schema *types.APISchema, params
return types.APIObject{}, err
}
rowToObject(resp)
return toAPI(schema, resp), nil
}