Skip to content

Commit 6a56fab

Browse files
authored
fix: tc (#1383)
1 parent 61ccfc2 commit 6a56fab

File tree

1 file changed

+1
-0
lines changed
  • packages/core/src/services/copilot/latte

1 file changed

+1
-0
lines changed

packages/core/src/services/copilot/latte/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export async function scanDocuments(
198198
prompt: document.content,
199199
fullPath: document.path,
200200
referenceFn,
201+
// @ts-expect-error – TODO: fix "Type instantiation is excessively deep and possibly infinite"
201202
configSchema,
202203
})
203204
}),

0 commit comments

Comments
 (0)