Skip to content

Commit

Permalink
chore: get properties
Browse files Browse the repository at this point in the history
  • Loading branch information
diaohancai committed Feb 7, 2024
1 parent c4ca8fe commit 174584e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ public void init(Config config) {
if (this.targetQuantityType != QuantityType.ALL) {
this.targetIdSet = new IdSet();
for (VertexInputJson targetVertex : targetVertices) {
targetIdSet.add(IdUtil.parseId(IdCategory.parse(targetVertex.idType),
targetVertex.id));
targetIdSet.add(IdUtil.parseId(IdCategory.parse(targetVertex.getIdType()),
targetVertex.getId()));
}
}

Expand Down

0 comments on commit 174584e

Please sign in to comment.