Fix code style of regeneration-related code (#9843)
This commit is contained in:
parent
90ff2e7608
commit
69f782b54d
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue