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:
parent
afbc6a4186
commit
9e4ed62a47
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user