From 5bb2d9716653cc457dbf5ac07e94b4988eb46bb6 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 17 Feb 2022 18:43:57 -0500 Subject: [PATCH] Push notifications: catch error --- app/soapbox/actions/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/actions/notifications.js b/app/soapbox/actions/notifications.js index 08f9bb718..ac7066563 100644 --- a/app/soapbox/actions/notifications.js +++ b/app/soapbox/actions/notifications.js @@ -118,7 +118,7 @@ export function updateNotificationsQueue(notification, intlMessages, intlLocale, data: { url: joinPublicPath('/notifications'), }, - }); + }).catch(console.error); }).catch(console.error); } } catch(e) {