Push notifications: catch error

This commit is contained in:
Alex Gleason
2022-02-17 18:43:57 -05:00
parent 91a9d6c5c8
commit 5bb2d97166

View File

@ -118,7 +118,7 @@ export function updateNotificationsQueue(notification, intlMessages, intlLocale,
data: {
url: joinPublicPath('/notifications'),
},
});
}).catch(console.error);
}).catch(console.error);
}
} catch(e) {