mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-31 01:37:28 +08:00
fix(share): remove disabled guard from getClient
This commit is contained in:
@@ -47,7 +47,6 @@ export namespace ShareNext {
|
||||
}
|
||||
|
||||
async function getClient(): Promise<Client | undefined> {
|
||||
if (disabled) return undefined
|
||||
const token = await kilocodeToken()
|
||||
if (!token) return undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user