Skip to content

Commit

Permalink
RHINENG-8389: fix json response key case
Browse files Browse the repository at this point in the history
  • Loading branch information
Dugowitch authored and psegedy committed Mar 14, 2024
1 parent e39c1df commit 04e5cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/controllers/structures.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type IDsResponseCommon struct {
}

type IDsPlainResponse struct {
Data []IDPlain
Data []IDPlain `json:"data"`
IDsResponseCommon
}

Expand Down

0 comments on commit 04e5cd4

Please sign in to comment.