This commit is contained in:
Zero 2022-01-26 18:19:54 -05:00
parent 9c827c9834
commit 2f215b8d2e
2 changed files with 0 additions and 9863 deletions

View File

@ -1,19 +0,0 @@
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 }) => {

File diff suppressed because it is too large Load Diff