diff options
author | nicolas <nclm@users.noreply.github.com> | 2016-11-25 13:33:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 13:33:00 +0100 |
commit | 959e4b81987080353415556cc3bbd2aab478adb4 (patch) | |
tree | 5db6ed034f98ac8f2ef34b48d2032b74617d21d1 /app/controllers/api/v1/notifications_controller.rb | |
parent | effdb42f4c63b957cfdef37a44dfa45284ece337 (diff) | |
parent | 8a3745a4df89f5a5f980370dabfab8f95c92a5f8 (diff) |
Merge branch 'master' into french-translation
Diffstat (limited to 'app/controllers/api/v1/notifications_controller.rb')
-rw-r--r-- | app/controllers/api/v1/notifications_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/v1/notifications_controller.rb b/app/controllers/api/v1/notifications_controller.rb index d74b99a86..b23d7570d 100644 --- a/app/controllers/api/v1/notifications_controller.rb +++ b/app/controllers/api/v1/notifications_controller.rb @@ -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 |