fix(share): remove disabled guard from getClient

This commit is contained in:
Igor Šćekić
2026-01-29 11:15:39 +01:00
parent ed19d4872c
commit 1b75836d8a
@@ -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