fix: Typo

This commit is contained in:
Andras Bacsai 2022-02-15 10:46:44 +01:00
parent f9a2232703
commit aa98808a1a

View File

@ -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 {