- saving progress;

This commit is contained in:
Vitalii Kiiko
2024-12-11 11:31:09 +01:00
parent f5dc77bb45
commit c759cadd2e
2 changed files with 5 additions and 5 deletions

View File

@@ -30,8 +30,9 @@ export class NetworkService {
}
}
if (url.charAt(url.length) === '&')
if (url.charAt(url.length) === '&') {
url = url.substring(0, url.length - 1);
}
}
fetch(url, {