Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Jun 18, 2024
1 parent 6992623 commit 3c569ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silo/query_engine/actions/action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void from_json(const nlohmann::json& json, OrderByField& field) {
CHECK_SILO_QUERY(
json.is_object() && json.contains("field") && json.contains("order") &&
json["field"].is_string() && json["order"].is_string(),
"The orderByField '" + json.dump() +
"The TEST RERUN orderByField '" + json.dump() +
"' must be either a string or an object containing the fields 'field':string and "
"'order':string, where the value of order is 'ascending' or 'descending'"
)
Expand Down

0 comments on commit 3c569ed

Please sign in to comment.