From 62920c4292e801fdbcfeb9462dc472c57efbb355 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 6 Sep 2021 08:37:05 +0300 Subject: [PATCH] cleanup Signed-off-by: Jari Kolehmainen --- src/main/utils/update-channel.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/utils/update-channel.ts b/src/main/utils/update-channel.ts index 32bdc1b59b..ae185e042a 100644 --- a/src/main/utils/update-channel.ts +++ b/src/main/utils/update-channel.ts @@ -21,10 +21,8 @@ export function nextUpdateChannel(defaultChannel: string, channel: string): string { if (channel === "alpha") { - return "beta"; } else if (channel === "beta") { - return "rc"; } else if (channel === "rc") { return "latest";