This commit is contained in:
Eugene Pankov 2022-12-26 18:36:20 +01:00
parent 7f0fd51c08
commit 69f45863f6
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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