1
0

GODT-1978: Check latest version on force update if unknown

This commit is contained in:
James Houlahan
2022-11-04 15:18:09 +01:00
parent 8a666dc8cc
commit b9ffa96e8b
2 changed files with 31 additions and 4 deletions

View File

@ -106,10 +106,8 @@ func (event UpdateFailed) String() string {
// UpdateForced is published when the bridge version is too old and must be updated.
type UpdateForced struct {
eventBase
Version updater.VersionInfo
}
func (event UpdateForced) String() string {
return fmt.Sprintf("UpdateForced: Version %s", event.Version.Version)
return fmt.Sprintf("UpdateForced")
}