Merge branch 'push-exception' into 'develop'

Push notifications: catch error

See merge request soapbox-pub/soapbox-fe!1040
This commit is contained in:
Alex Gleason 2022-02-17 23:58:16 +00:00
commit da7839f778
1 changed files with 1 additions and 1 deletions

View File

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