Skip to content

Commit 0687101

Browse files
committed
Removed unnecessary implementation that was moved to the server library.
1 parent e3b4c7b commit 0687101

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

config.ru

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Thread.abort_on_exception = true
1414

1515
Thread.new do
1616
SlackApiExplorer::Service.instance.start_from_database!
17-
SlackApiExplorer::App.instance.after_start!
1817
end
1918

2019
run Api::Middleware.instance

slack-api-explorer/app.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
module SlackApiExplorer
22
class App < SlackRubyBotServer::App
3-
def prepare!
4-
super
5-
purge_inactive_teams!
6-
end
7-
8-
private
9-
10-
def purge_inactive_teams!
11-
Team.purge!
12-
end
133
end
144
end

0 commit comments

Comments
 (0)