We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4f013 commit 466ab70Copy full SHA for 466ab70
src/services/ghost/GhostModel.ts
@@ -35,9 +35,6 @@ export class GhostModel {
35
36
if (provider === "kilocode") {
37
// For all other providers, assume they are usable
38
-
39
- if (!selectedProfile) continue
40
41
const profile = await providerSettingsManager.getProfile({ id: selectedProfile.id })
42
const kilocodeToken = profile.kilocodeToken
43
const kilocodeOrgId = profile.kilocodeOrganizationId
0 commit comments