mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-23 18:29:19 -05:00
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