mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
fix typo
This commit is contained in:
parent
2462d26b3e
commit
ee58150767
@ -362,7 +362,7 @@ function authNotification(msg: string, yes: () => void, no: () => void) {
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
let tag = uuid.v4();
|
let tag = uuid.v4();
|
||||||
navigator.serviceWorker.ready.then(r => {
|
navigator.serviceWorker.ready.then(r => {
|
||||||
val options = {
|
let options = {
|
||||||
body: msg,
|
body: msg,
|
||||||
tag: tag,
|
tag: tag,
|
||||||
vibrate: [200, 10, 100, 200, 100, 10, 100, 10, 200],
|
vibrate: [200, 10, 100, 200, 100, 10, 100, 10, 200],
|
||||||
|
Loading…
Reference in New Issue
Block a user