Skip to content

Commit

Permalink
Add a missing quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Jan 2, 2022
1 parent 302b351 commit 8cf4144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/elasticsearch/elasticsearch_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ operation_history_object elasticsearch_plugin::get_operation_by_id(operation_his
"query": {
"match":
{
"account_history.operation_id": )" + operation_id_string + R"("
"account_history.operation_id": ")" + operation_id_string + R"("
}
}
}
Expand Down

0 comments on commit 8cf4144

Please sign in to comment.