Skip to content

Commit

Permalink
change use_vertex_key to graph_use_vertex_key
Browse files Browse the repository at this point in the history
  • Loading branch information
nevermore3 authored Sep 21, 2022
1 parent 52ab79e commit 35e3773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/validator/MutateValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Status InsertVerticesValidator::check() {
}

auto tagItems = sentence->tagItems();
if (!FLAGS_use_vertex_key && tagItems.empty()) {
if (!FLAGS_graph_use_vertex_key && tagItems.empty()) {
return Status::SemanticError("Insert vertex is forbidden, please speicify the tag");
}

Expand Down

0 comments on commit 35e3773

Please sign in to comment.