mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17513] Fix JS linting
PHPBB-17513
This commit is contained in:
@@ -38,7 +38,7 @@ self.addEventListener('push', event => {
|
||||
return;
|
||||
}
|
||||
|
||||
event.waitUntil((async () => {
|
||||
event.waitUntil((async() => {
|
||||
const getNotificationUrl = '{{ U_WEBPUSH_GET_NOTIFICATION }}';
|
||||
const assetsVersion = parseInt('{{ ASSETS_VERSION }}', 10);
|
||||
|
||||
|
Reference in New Issue
Block a user