Skip to content

Commit 84f3122

Browse files
committed
fix: change property to properties
1 parent 75deba6 commit 84f3122

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/ctrlhub/core/projects/operations/response

1 file changed

+1
-1
lines changed

src/main/kotlin/com/ctrlhub/core/projects/operations/response/Operation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Operation @JsonCreator constructor(
3232
var template: OperationTemplate? = null,
3333

3434
@Relationship("properties")
35-
var property: java.util.List<Property>? = null,
35+
var properties: java.util.List<Property>? = null,
3636
) {
3737
constructor(): this(
3838
name = "",

0 commit comments

Comments
 (0)