mirror of
https://github.com/rancher/steve.git
synced 2025-08-27 10:29:48 +00:00
Don't return tables for puts
This commit is contained in:
parent
afbc6a4186
commit
9e4ed62a47
@ -462,6 +462,7 @@ func (s *Store) Update(apiOp *types.APIRequest, schema *types.APISchema, params
|
|||||||
return types.APIObject{}, err
|
return types.APIObject{}, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rowToObject(resp)
|
||||||
return toAPI(schema, resp), nil
|
return toAPI(schema, resp), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user