mirror of
https://github.com/niusmallnan/steve.git
synced 2025-08-25 16:29:24 +00:00
Don't return tables for puts
This commit is contained in:
parent
c185e95e89
commit
aade18c2d0
@ -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