Skip to content

Commit

Permalink
- concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Jul 18, 2023
1 parent b08bd72 commit 042cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ globalThis.addEventListener('notificationclick', event => {
// @ts-ignore
event.notification.close();
// @ts-ignore
event.waitUntil(clients.openWindow(event.target.registration.scope + 'fullpage.html'));
event.waitUntil(clients.openWindow(`${event.target.registration.scope}fullpage.html`));
});

const firebase = initializeApp(JSON.parse(EnvVars.TEMPLE_FIREBASE_CONFIG));
Expand Down

0 comments on commit 042cfcc

Please sign in to comment.