lib/shipit/github_app.rb in shipit-engine-0.32.0 vs lib/shipit/github_app.rb in shipit-engine-0.33.0
- old
+ new
@@ -50,10 +50,10 @@
@bot_login = @config[:bot_login]
oauth = (@config[:oauth] || {}).with_indifferent_access
@oauth_id = oauth[:id]
@oauth_secret = oauth[:secret]
- @oauth_teams = Array.wrap(oauth[:teams] || oauth[:teams])
+ @oauth_teams = Array.wrap(oauth[:teams])
end
def login
raise NotImplementedError, 'Handle App login / user'
end