Fixed typo.
This commit is contained in:
parent
b0273f74a7
commit
2cb49f11bf
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Channel::Driver::Facebook
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
||||||
def fetchable?(_channel)
|
def fetchable?(channel)
|
||||||
return true if Rails.env.test?
|
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/
|
# because of new page rate limit - https://developers.facebook.com/blog/post/2016/06/16/page-level-rate-limits/
|
||||||
|
|
Loading…
Reference in a new issue