fix the error - it's reporting to Sentry - Yay

This commit is contained in:
Renée Hendricksen 2016-05-30 18:07:54 +02:00
parent 8c6477c247
commit 574dfab772

View File

@ -15,7 +15,6 @@ class Travis::Api::App
# #
# json(:repositories) # json(:repositories)
get '/' do get '/' do
we want an error
prefer_follower do prefer_follower do
params['ids'] = params['ids'].split(',') if params['ids'].respond_to?(:split) params['ids'] = params['ids'].split(',') if params['ids'].respond_to?(:split)
respond_with service(:find_repos, params) respond_with service(:find_repos, params)