Skip to content

Commit 466ab70

Browse files
committed
remove redundant check (already checked on line 34)
1 parent fc4f013 commit 466ab70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/ghost/GhostModel.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ export class GhostModel {
3535

3636
if (provider === "kilocode") {
3737
// For all other providers, assume they are usable
38-
39-
if (!selectedProfile) continue
40-
4138
const profile = await providerSettingsManager.getProfile({ id: selectedProfile.id })
4239
const kilocodeToken = profile.kilocodeToken
4340
const kilocodeOrgId = profile.kilocodeOrganizationId

0 commit comments

Comments
 (0)