Fixed typo.

This commit is contained in:
Martin Edenhofer 2016-07-18 15:49:31 +02:00
parent b0273f74a7
commit 2cb49f11bf

View file

@ -42,7 +42,7 @@ class Channel::Driver::Facebook
=end
def fetchable?(_channel)
def fetchable?(channel)
return true if Rails.env.test?
# because of new page rate limit - https://developers.facebook.com/blog/post/2016/06/16/page-level-rate-limits/