Skip to content

Commit

Permalink
fix small bug og HugeProject
Browse files Browse the repository at this point in the history
Change-Id: I538714f0b5ee3a8e90aa90db8f43f4b1cc0597d6
  • Loading branch information
Linary committed Jul 7, 2021
1 parent e521440 commit 8125ebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public Schema(HugeGraphParams graph) {

@Override
public void initSchemaIfNeeded() {
if (this.existEdgeLabel(this.label)) {
if (this.existVertexLabel(this.label)) {
return;
}

Expand Down

0 comments on commit 8125ebc

Please sign in to comment.