mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature] fix sonarlint issues
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user