1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-22 19:33:27 +01:00
This commit is contained in:
nimbleghost 2023-06-09 10:03:11 +02:00
parent 966ffe1669
commit 9e4eafe8d5

View file

@ -128,7 +128,7 @@ class Api {
endpoint: serializedSubscription.endpoint, endpoint: serializedSubscription.endpoint,
auth: serializedSubscription.keys.auth, auth: serializedSubscription.keys.auth,
p256dh: serializedSubscription.keys.p256dh, p256dh: serializedSubscription.keys.p256dh,
topics topics,
}), }),
}); });
} }