1
0
Fork 0

fixed redundant if / else if

This commit is contained in:
Jan Steemann 2014-09-26 21:26:26 +02:00
parent 9e47f3ca27
commit f229253e24
1 changed files with 1 additions and 1 deletions

View File

@ -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(),