Skip to content

Commit c8ac51b

Browse files
committed
this is just the selectedProfile, by definition!
1 parent cf0393e commit c8ac51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ghost/GhostModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class GhostModel {
3535

3636
if (provider === "kilocode") {
3737
// For all other providers, assume they are usable
38-
const kilocodeProfile = profiles.find((p) => p.apiProvider === "kilocode")
38+
const kilocodeProfile = selectedProfile
3939

4040
if (!kilocodeProfile) continue
4141

0 commit comments

Comments
 (0)