Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liulx20 committed Jan 24, 2025
1 parent afe47cc commit 1b57a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex/bin/cypher_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int main(int argc, char** argv) {
if (query == "") {
continue;
}
query.append(1, 246);
query.append(1, '\xF6');
query.append(1, 4);
auto res = cli.Post("/v1/graph/current/query", query, "text/plain");
std::string ret = res->body;
Expand Down

0 comments on commit 1b57a9f

Please sign in to comment.