diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-01-10 17:20:51 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-01-10 17:20:51 -0600 |
commit | ffc01ab2812a05cee0cb8f69a6551a25e8a44db7 (patch) | |
tree | a02fd8272a9ab4e9c59125348c91bd1641066cc5 /app | |
parent | 13b4d7953adfa8455f800a56124c7d6ecafa41ca (diff) |
remove duplicate `private` section
Diffstat (limited to 'app')
-rw-r--r-- | app/models/custom_filter.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/custom_filter.rb b/app/models/custom_filter.rb index f60c42121..f60ca28d3 100644 --- a/app/models/custom_filter.rb +++ b/app/models/custom_filter.rb @@ -33,8 +33,6 @@ class CustomFilter < ApplicationRecord FilterFeedsWorker.perform_async(account_id) end - private - def remove_cache redis.del("filtered_statuses:#{account_id}") end |