Don't return tables for puts

This commit is contained in:
Darren Shepherd 2020-05-18 09:38:24 -07:00
parent c185e95e89
commit aade18c2d0

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
}