Skip to content

Commit

Permalink
fix: ncc compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Dec 13, 2024
1 parent fe11d1b commit 7ec1087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions evals/llm.eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ const clients = {
const baseContext: Partial<Context> = {
config: inputs.config,
env: requiredEnvVars,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore: Logger type conflict workaround (Two different types with this name exist, but they are unrelated)
logger: new Logs(LOG_LEVEL.DEBUG),
octokit: new Octokit({ auth: process.env.GITHUB_TOKEN }),
};
Expand Down

0 comments on commit 7ec1087

Please sign in to comment.