mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Remove unused memoization in CustomFilter#expires_in
method (#30117)
This commit is contained in:
parent
f1a4b4e228
commit
924af400da
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ class CustomFilter < ApplicationRecord
|
|||
after_commit :invalidate_cache!
|
||||
|
||||
def expires_in
|
||||
return @expires_in if defined?(@expires_in)
|
||||
return nil if expires_at.nil?
|
||||
|
||||
EXPIRATION_DURATIONS.find { |expires_in| expires_in.from_now >= expires_at }
|
||||
|
|
Loading…
Reference in a new issue