mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
core: remove unused isBeta() function from installation module
This commit is contained in:
parent
39845695ba
commit
d7766bc6eb
1 changed files with 0 additions and 4 deletions
|
|
@ -53,10 +53,6 @@ export namespace Installation {
|
|||
return CHANNEL !== "latest"
|
||||
}
|
||||
|
||||
export function isBeta() {
|
||||
return CHANNEL === "beta"
|
||||
}
|
||||
|
||||
export function isLocal() {
|
||||
return CHANNEL === "local"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue