Merge branch 'push-exception' into 'develop'

Push notifications: catch error

See merge request soapbox-pub/soapbox-fe!1040
improve-ci
Alex Gleason 2022-02-17 23:58:16 +00:00
commit da7839f778
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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