mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/17513] Fix JS linting
PHPBB-17513
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user