We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8d783 commit 1431754Copy full SHA for 1431754
api/v1beta1/federation_types.go
@@ -34,7 +34,7 @@ type FederationSpec struct {
34
ReconnectDelay int `json:"reconnectDelay,omitempty"`
35
TrustUserId bool `json:"trustUserId,omitempty"`
36
Exchange string `json:"exchange,omitempty"`
37
- Queue string `json:"queue,omitempty,omitempty"`
+ Queue string `json:"queue,omitempty"`
38
}
39
40
// FederationStatus defines the observed state of Federation
0 commit comments