adjust more code to the PushSubscriptionJSON

This commit is contained in:
2024-04-02 19:32:41 -06:00
parent 2da0394003
commit 911203c190
3 changed files with 10 additions and 39 deletions

View File

@@ -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.",
);