[MM-39374] Remove DesktopLatestVersion and DesktopMinVersion (#18979)

Этот коммит содержится в:
Devin Binnie
2021-11-12 10:37:43 -05:00
коммит произвёл GitHub
родитель a7d9b83968
Коммит 929caaff3d
5 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@@ -229,8 +229,6 @@ func GenerateLimitedClientConfig(c *model.Config, telemetryID string, license *m
props["AndroidLatestVersion"] = c.ClientRequirements.AndroidLatestVersion
props["AndroidMinVersion"] = c.ClientRequirements.AndroidMinVersion
props["DesktopLatestVersion"] = c.ClientRequirements.DesktopLatestVersion
props["DesktopMinVersion"] = c.ClientRequirements.DesktopMinVersion
props["IosLatestVersion"] = c.ClientRequirements.IosLatestVersion
props["IosMinVersion"] = c.ClientRequirements.IosMinVersion