mirror of
https://github.com/standardnotes/app
synced 2026-08-04 00:16:32 -04:00
refactor: packageprovider
This commit is contained in:
@@ -67,7 +67,7 @@ export class PreferencesMenu {
|
||||
}
|
||||
|
||||
private loadLatestVersions(): void {
|
||||
PackageProvider.load(this.application)
|
||||
PackageProvider.load()
|
||||
.then((versions) => {
|
||||
if (versions) {
|
||||
this._extensionLatestVersions = versions
|
||||
|
||||
Reference in New Issue
Block a user