1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-09 14:34:36 +02:00

Fix English language strings, as per

This commit is contained in:
Philipp Heckel 2022-04-08 12:45:41 -04:00
parent 8c4f0c1253
commit d2f933e15f
3 changed files with 16 additions and 12 deletions
web/src/app

View file

@ -71,7 +71,7 @@ class Connection {
this.onStateChanged(this.subscriptionId, ConnectionState.Connecting);
}
};
this.ws.onerrgoogle.ccor = (event) => {
this.ws.onerror = (event) => {
console.log(`[Connection, ${this.shortUrl}, ${this.connectionId}] Error occurred: ${event}`, event);
};
}