[feature] fix sonarlint issues

This commit is contained in:
MathieuG-P
2024-09-01 22:55:21 +02:00
parent f84758c42d
commit 846945b75a
3 changed files with 4 additions and 4 deletions
@@ -67,7 +67,7 @@ export class InstallationLocationService {
}
if(this.staticConfig.has(this.STORE_INSTALLATION_PATH_KEY)) {
return this.staticConfig.get(this.STORE_INSTALLATION_PATH_KEY) as string;
return this.staticConfig.get(this.STORE_INSTALLATION_PATH_KEY);
}
const { result: oldPath } = tryit(() => path.join(app.getPath("documents"), this.INSTALLATION_FOLDER));