Skip to content

Commit

Permalink
renamed bundleId to flowId
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovg committed Nov 5, 2024
1 parent 312b536 commit feec5d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public String getId() {
return id;
}

@JsonProperty("bundleId")
@JsonProperty("flowId")
public String getFlowId() {
return flowId;
}
Expand All @@ -100,7 +100,7 @@ public String getFlowVersion() {
return flowVersion;
}

@JsonProperty("previousBundleId")
@JsonProperty("previousFlowId")
public String getPreviousFlowId() {
return previousFlowId;
}
Expand Down

0 comments on commit feec5d2

Please sign in to comment.