Bump welshman

This commit is contained in:
Jon Staab
2025-07-09 14:00:42 -07:00
parent 2460bbbc83
commit 5d02ae75dc
4 changed files with 102 additions and 100 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const getWebPushInfo = async () => {
}
if (!("PushManager" in window)) {
throw new Error("Push messaging not supported")
throw new Error("Push notifications are not supported")
}
if (Notification.permission === "denied") {