mirror of
https://github.com/typesense/typesense.git
synced 2025-05-19 05:08:43 +08:00
Fix typo in import parameter.
This commit is contained in:
parent
623a65c538
commit
06ce311987
@ -713,7 +713,7 @@ bool post_import_documents(const std::shared_ptr<http_req>& req, const std::shar
|
||||
}
|
||||
|
||||
if(req->params.count(RETURN_ID) == 0) {
|
||||
req->params[RETURN_RES] = "false";
|
||||
req->params[RETURN_ID] = "false";
|
||||
}
|
||||
|
||||
if(!StringUtils::is_uint32_t(req->params[BATCH_SIZE])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user