Remove stale entries from cache results
This commit is contained in:
parent
1ff0d5aea6
commit
8a3745a4df
3 changed files with 3 additions and 3 deletions
|
@ -39,6 +39,6 @@ class Api::V1::NotificationsController < ApiController
|
|||
end
|
||||
end
|
||||
|
||||
raw.map { |notification| cached_keys_with_value[notification.cache_key] || uncached[notification.id] }
|
||||
raw.map { |notification| cached_keys_with_value[notification.cache_key] || uncached[notification.id] }.compact
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue