Skip to content

Commit

Permalink
Update engine/src/main/java/com/redhat/cloud/notifications/processors…
Browse files Browse the repository at this point in the history
…/camel/slack/SlackProcessor.java

Co-authored-by: Guillaume Duval <117720964+g-duval@users.noreply.github.com>
  • Loading branch information
MikelAlejoBR and g-duval committed Jul 9, 2024
1 parent 374608e commit 3717311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected CamelNotification getCamelNotification(Event event, Endpoint endpoint)

final Map<String, String> extras = properties.getExtras();
if (null != extras) {
notification.channel = properties.getExtras().get("channel");
notification.channel = extras.get("channel");
}

notification.message = message;
Expand Down

0 comments on commit 3717311

Please sign in to comment.