chore: upgrade to eslint v9 (#2574)
This commit is contained in:
@@ -70,7 +70,7 @@ const NotificationsWebPush = () => {
|
||||
appearance: 'success',
|
||||
autoDismiss: true,
|
||||
});
|
||||
} catch (e) {
|
||||
} catch {
|
||||
addToast(intl.formatMessage(messages.webpushsettingsfailed), {
|
||||
appearance: 'error',
|
||||
autoDismiss: true,
|
||||
@@ -108,7 +108,7 @@ const NotificationsWebPush = () => {
|
||||
autoDismiss: true,
|
||||
appearance: 'success',
|
||||
});
|
||||
} catch (e) {
|
||||
} catch {
|
||||
if (toastId) {
|
||||
removeToast(toastId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user