chore: sonar adjustments

This commit is contained in:
Zamitto 2024-12-23 10:50:35 -03:00
parent b74035979f
commit ea90b49604
5 changed files with 6 additions and 6 deletions

View file

@ -172,7 +172,7 @@ export class DownloadManager {
if (!game) return;
const totalSize = await getDirSize(
path.join(game.downloadPath!, status.folderName!)
path.join(game.downloadPath!, status.folderName)
);
if (totalSize < status.fileSize) {