forked from trent_larson/crowd-funder-for-time-pwa
adjust more code to the PushSubscriptionJSON
This commit is contained in:
@@ -575,7 +575,7 @@ export default class App extends Vue {
|
||||
throw new Error("Subscription object is not available.");
|
||||
}
|
||||
})
|
||||
.then(async (subscription) => {
|
||||
.then(async (subscription: PushSubscriptionWithTime) => {
|
||||
console.log(
|
||||
"Subscription data sent to server and all finished successfully.",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user