Skip to content

Commit 47ac679

Browse files
committed
reformat
1 parent 146724e commit 47ac679

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/services/ghost/GhostModel.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ export class GhostModel {
3737
if (!(await checkKilocodeBalance(profile.kilocodeToken, profile.kilocodeOrganizationId))) continue
3838
}
3939

40-
this.apiHandler = buildApiHandler({
41-
...profile,
42-
[modelIdKeysByProvider[provider]]: model,
43-
})
40+
this.apiHandler = buildApiHandler({ ...profile, [modelIdKeysByProvider[provider]]: model })
4441

4542
if (this.apiHandler instanceof OpenRouterHandler) {
4643
await this.apiHandler.fetchModel()

0 commit comments

Comments
 (0)