19 lines
768 B
Groff
19 lines
768 B
Groff
diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js
|
|
index f83f871e0..bd0189994 100644
|
|
--- a/src/services/notifications_fetcher/notifications_fetcher.service.js
|
|
+++ b/src/services/notifications_fetcher/notifications_fetcher.service.js
|
|
@@ -56,14 +56,6 @@ const fetchNotifications = ({ store, args, older }) => {
|
|
update({ store, notifications, older })
|
|
return notifications
|
|
})
|
|
- .catch((error) => {
|
|
- store.dispatch('pushGlobalNotice', {
|
|
- level: 'error',
|
|
- messageKey: 'notifications.error',
|
|
- messageArgs: [error.message],
|
|
- timeout: 5000
|
|
- })
|
|
- })
|
|
}
|
|
|
|
const startFetching = ({ credentials, store }) => {
|