From 5fe1b20d602310ae127504c498c079f17013fa15 Mon Sep 17 00:00:00 2001 From: Dorch <14124454+DDorch@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:36:36 +0000 Subject: [PATCH] chore: put back original comments Refs #633 --- src/app/services/service-worker-update.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/service-worker-update.service.ts b/src/app/services/service-worker-update.service.ts index 621b0154b..3dc0cd48d 100644 --- a/src/app/services/service-worker-update.service.ts +++ b/src/app/services/service-worker-update.service.ts @@ -43,8 +43,8 @@ export class ServiceWorkerUpdateService { this.notificationService.notify(this.i18nService.localizeText("INFO_SERVICE_WORKER_VERSION_READY", { "ver": newVer }), 10000); // PLANTE si on stocke le message dans une variable !!!! - // const msg = this.i18nService.localizeText("INFO_SERVICE_WORKER_VERSION_READY", { "ver": newVer }); - // this.notificationService.notify(msg, 10000); + // const msg = i18nService.localizeText("INFO_SERVICE_WORKER_VERSION_READY", { "ver": newVer }); + // notificationService.notify(msg, 10000); // -> ReferenceError: can't access lexical declaration 'xxx' before initialization // avec xxx qui varie d'une fois à l'autre !!! -- GitLab