This commit is contained in:
Eugene Pankov
2022-12-26 18:36:20 +01:00
parent 7f0fd51c08
commit 69f45863f6

View File

@@ -57,7 +57,7 @@ export class ConfigService {
return config
}
getLatestStableVersion (): Version {
getLatestStableVersion (): Version|undefined {
return this.versions[0]
}