Disable trending links review request emails
This commit is contained in:
parent
595bc5edb3
commit
082bab6378
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module Trends
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.request_review!
|
def self.request_review!
|
||||||
[links, tags].each(&:request_review) if enabled?
|
[tags].each(&:request_review) if enabled?
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.enabled?
|
def self.enabled?
|
||||||
|
|
Loading…
Reference in a new issue