Skip to content

Commit

Permalink
fix for client
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Sep 24, 2024
1 parent 45fab36 commit 19485e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private static class JsonEdgeLabel implements Checkable {
public long id;
@JsonProperty("name")
public String name;
@JsonProperty("edge_label_type")
@JsonProperty("edgelabel_type")
public EdgeLabelType edgeLabelType;
@JsonProperty("parent_label")
public String fatherLabel;
Expand Down

0 comments on commit 19485e5

Please sign in to comment.