[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
No known key found for this signature in database

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