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 15160b1 commit b12a8a1Copy full SHA for b12a8a1
pkg/strategy/xalign/strategy.go
@@ -63,7 +63,8 @@ type Strategy struct {
63
// InteractiveOrderDelay is the delay duration for interactive order confirmation in Slack
64
InteractiveOrderDelay types.Duration `json:"interactiveOrderDelay"`
65
// InteractiveOrderEnabled enables interactive order confirmation in Slack
66
- InteractiveOrderEnabled bool `json:"interactiveOrderEnabled"`
+ InteractiveOrderEnabled bool `json:"interactiveOrderEnabled"`
67
+ // isInteractiveOrderEnabled is true iff InteractiveOrderEnabled = true and the interactive order dispatcher is available
68
isInteractiveOrderEnabled bool
69
70
WarningDuration types.Duration `json:"warningFor"`
0 commit comments