Update auto-updater.service.ts

This commit is contained in:
GaetanGrd
2024-06-05 14:29:21 +02:00
committed by GitHub
parent 8fefefd5ac
commit a48db98001
@@ -104,7 +104,7 @@ export class AutoUpdaterService {
}
public async showChangelog(version:string): Promise<void>{
const changelog = await this.getChangelogVersion(version)
const changelog = await this.getChangelogVersion(version);
this.modal.openModal(ChangelogModal, changelog);
}