end
end
- raw.map { |status| cached_keys_with_value[status.cache_key] || uncached[status.id] }
+ raw.map { |status| cached_keys_with_value[status.cache_key] || uncached[status.id] }.compact
end
end
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
end
end
- raw.map { |status| cached_keys_with_value[status.cache_key] || uncached[status.id] }
+ raw.map { |status| cached_keys_with_value[status.cache_key] || uncached[status.id] }.compact
end
end