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