Skip to content

Commit 1431754

Browse files
committed
Remove duplicate omitempty
1 parent aa8d783 commit 1431754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/federation_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type FederationSpec struct {
3434
ReconnectDelay int `json:"reconnectDelay,omitempty"`
3535
TrustUserId bool `json:"trustUserId,omitempty"`
3636
Exchange string `json:"exchange,omitempty"`
37-
Queue string `json:"queue,omitempty,omitempty"`
37+
Queue string `json:"queue,omitempty"`
3838
}
3939

4040
// FederationStatus defines the observed state of Federation

0 commit comments

Comments
 (0)