mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 19:06:22 +00:00
core: remove unused isBeta() function from installation module
This commit is contained in:
@@ -53,10 +53,6 @@ export namespace Installation {
|
||||
return CHANNEL !== "latest"
|
||||
}
|
||||
|
||||
export function isBeta() {
|
||||
return CHANNEL === "beta"
|
||||
}
|
||||
|
||||
export function isLocal() {
|
||||
return CHANNEL === "local"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user