Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper123123321 committed Jun 6, 2024
1 parent 2462d26 commit ee58150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/typescript/js/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit ee58150

Please sign in to comment.