Fix code style of regeneration-related code (#9843)
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
class PrecomputeFeedService < BaseService
|
||||
def call(account)
|
||||
FeedManager.instance.populate_feed(account)
|
||||
ensure
|
||||
Redis.current.del("account:#{account.id}:regeneration")
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user