Skip to content

Commit

Permalink
fix[1044]: Removed unwanted JsonProperty Annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-testsigma committed Mar 17, 2023
1 parent ef7e8b5 commit 6f6d963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/main/java/com/testsigma/dto/StepDetailsDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class StepDetailsDTO {
private Long id;
private String stepDescription;
private TestStepPriority priority;
@JsonProperty("order_id")
private Integer position;
private Long preRequisiteStepId;
private String action;
Expand Down

0 comments on commit 6f6d963

Please sign in to comment.