fix: Typo
This commit is contained in:
parent
f9a2232703
commit
aa98808a1a
@ -98,7 +98,7 @@
|
|||||||
updateStatus.loading = true;
|
updateStatus.loading = true;
|
||||||
try {
|
try {
|
||||||
await post(`/update.json`, { type: 'update', latestVersion });
|
await post(`/update.json`, { type: 'update', latestVersion });
|
||||||
toast.push('Update completed.<br><br>Waiting for the new version to start...');
|
toast.push('Update completed.<br>Waiting for the new version to start...');
|
||||||
let reachable = false;
|
let reachable = false;
|
||||||
let tries = 0;
|
let tries = 0;
|
||||||
do {
|
do {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user