mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Remove unnecessary blank lines
This commit is contained in:
@@ -73,7 +73,6 @@ export class AutoUpdaterService {
|
||||
this.configurationService.set("have-been-updated", value);
|
||||
}
|
||||
|
||||
|
||||
private async getChangelog(): Promise<Changelog> {
|
||||
const path = `https://raw.githubusercontent.com/Zagrios/bs-manager/feature/add-changelog-modal/178/assets/jsons/changelogs/${this.i18nService.currentLanguage.split("-")[0]}.json`
|
||||
const response = await fetch(path);
|
||||
@@ -99,7 +98,6 @@ export class AutoUpdaterService {
|
||||
throw new Error(`No changelog found for this version (${version})`);
|
||||
}
|
||||
|
||||
|
||||
return changelogVersion;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user