From ee5815076712121efa60b341be31b3ae25d1d947 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:08:41 -0300 Subject: [PATCH] fix typo --- src/main/typescript/js/page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/typescript/js/page.ts b/src/main/typescript/js/page.ts index b6dd023..a5fafcc 100644 --- a/src/main/typescript/js/page.ts +++ b/src/main/typescript/js/page.ts @@ -362,7 +362,7 @@ function authNotification(msg: string, yes: () => void, no: () => void) { // @ts-ignore let tag = uuid.v4(); navigator.serviceWorker.ready.then(r => { - val options = { + let options = { body: msg, tag: tag, vibrate: [200, 10, 100, 200, 100, 10, 100, 10, 200],