fix(webpush): throw error after notification failure

Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
This commit is contained in:
0xsysr3ll
2025-12-07 21:52:34 +01:00
parent 7ff0a8c040
commit 306582e87f

View File

@@ -172,6 +172,7 @@ const UserWebPushSettings = () => {
autoDismiss: true,
appearance: 'error',
});
throw error;
} finally {
revalidateDevices();
}