Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-exz committed Dec 24, 2024
1 parent 77170fe commit 927d72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bot/whoisondutytodayslackbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@ class WhoIsOnDutyTodaySlackBot < SlackRubyBot::Bot
scan(/(.*)/) do |client, data, match|
WhoIsOnDutyTodaySlackBotModule::Commands::Other.call(client: client, data: data, match: match)
end
end
end

4 changes: 2 additions & 2 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is used by Rack-based servers to start the application.

require_relative "config/environment"
require_relative "bot/whoisondutytodayslackbot"
require_relative 'config/environment'
require_relative 'bot/whoisondutytodayslackbot'

Thread.abort_on_exception = true
Thread.new do
Expand Down

0 comments on commit 927d72a

Please sign in to comment.