Fix typo in import parameter.

This commit is contained in:
Kishore Nallan 2022-06-16 13:05:54 +05:30
parent 623a65c538
commit 06ce311987

View File

@ -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])) {