1
0
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:
Matt Friedman
2025-05-20 10:32:47 -07:00
parent 4f66ec8758
commit 6b6b5ffc28

View File

@@ -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);