fix(webpush): throw error after notification failure
Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
This commit is contained in:
@@ -172,6 +172,7 @@ const UserWebPushSettings = () => {
|
||||
autoDismiss: true,
|
||||
appearance: 'error',
|
||||
});
|
||||
throw error;
|
||||
} finally {
|
||||
revalidateDevices();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user