This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch slack-source-delay in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 8c5a541e1c72e96c4bedc7a0a0b88697303657ab Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Dec 13 11:43:17 2022 +0100 Slack Source Kamelet: Set default delay to 1 minute Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/slack-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml index 3c2112fa..759dfdd6 100644 --- a/kamelets/slack-source.kamelet.yaml +++ b/kamelets/slack-source.kamelet.yaml @@ -67,7 +67,7 @@ spec: uri: "slack:{{channel}}" parameters: token: "{{token}}" - delay: "{{?delay}}" + delay: "{{delay}}" steps: - marshal: json:
