mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17513] Fix JS linting
PHPBB-17513
This commit is contained in:
parent
4f66ec8758
commit
6b6b5ffc28
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ self.addEventListener('push', event => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
event.waitUntil((async () => {
|
event.waitUntil((async() => {
|
||||||
const getNotificationUrl = '{{ U_WEBPUSH_GET_NOTIFICATION }}';
|
const getNotificationUrl = '{{ U_WEBPUSH_GET_NOTIFICATION }}';
|
||||||
const assetsVersion = parseInt('{{ ASSETS_VERSION }}', 10);
|
const assetsVersion = parseInt('{{ ASSETS_VERSION }}', 10);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue