mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
cleanup
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
4e52f661fa
commit
62920c4292
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user