From 927d72a21808254698ddb06741d4af916c1cf75f Mon Sep 17 00:00:00 2001 From: mr-exz Date: Tue, 24 Dec 2024 10:18:17 +0300 Subject: [PATCH] fix --- bot/whoisondutytodayslackbot.rb | 3 ++- config.ru | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bot/whoisondutytodayslackbot.rb b/bot/whoisondutytodayslackbot.rb index 53fe674..84aea12 100644 --- a/bot/whoisondutytodayslackbot.rb +++ b/bot/whoisondutytodayslackbot.rb @@ -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 \ No newline at end of file +end + diff --git a/config.ru b/config.ru index be2ffe6..f1ab234 100644 --- a/config.ru +++ b/config.ru @@ -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