mirror of https://gitee.com/bigwinds/arangodb
fixed redundant if / else if
This commit is contained in:
parent
9e47f3ca27
commit
f229253e24
|
@ -468,7 +468,7 @@ void RestAqlHandler::useQuery (std::string const& operation,
|
|||
}
|
||||
}
|
||||
}
|
||||
else if (operation == "getSome") {
|
||||
else if (operation == "skipSome") {
|
||||
auto atLeast = JsonHelper::getNumericValue<uint64_t>(queryJson.json(),
|
||||
"atLeast", 1);
|
||||
auto atMost = JsonHelper::getNumericValue<uint64_t>(queryJson.json(),
|
||||
|
|
Loading…
Reference in New Issue