forked from jsnbuchanan/crowd-funder-for-time-pwa
bump to v 0.1.5 and other misc tweaks
This commit is contained in:
@@ -520,7 +520,7 @@ export default class App extends Vue {
|
||||
private sendSubscriptionToServer(
|
||||
subscription: PushSubscription,
|
||||
): Promise<void> {
|
||||
console.log(subscription);
|
||||
console.log("About to send subscription", subscription);
|
||||
return fetch("/web-push/subscribe", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user