Skip to content

Commit

Permalink
Merge pull request #2544 from sul-dlss/cbeer-patch-2
Browse files Browse the repository at this point in the history
Support slack messages sent under Ubuntu 22+
  • Loading branch information
corylown authored Sep 13, 2024
2 parents c911f11 + aaa9441 commit a24b891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/exhibit_bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def default_channel

def client
@client ||= if FeatureFlags.new.slack_notifications?
Slack::Web::Client.new
Slack::Web::Client.new(ca_file: nil, ca_path: nil)
else
NullClient.new
end
Expand Down

0 comments on commit a24b891

Please sign in to comment.