Skip to content

Commit 65b38d8

Browse files
snomiaoclaude
andcommitted
fix(gh-test-evidence): update imports to use new lib/github path
Update imports to match the refactored GitHub client location: - @/src/gh → @/lib/github - @/src/ghc → @/lib/github/githubCached Fixes CI error: Cannot find module '@/src/gh' Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent d1ac9c5 commit 65b38d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/tasks/gh-test-evidence/gh-test-evidence.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { db } from "@/src/db";
2-
import { gh } from "@/src/gh";
3-
import { ghc } from "@/src/ghc";
2+
import { gh } from "@/lib/github";
3+
import { ghc } from "@/lib/github/githubCached";
44
import { ghUser } from "@/src/ghUser";
55
import { parseIssueUrl } from "@/src/parseIssueUrl";
66
import { parseGithubRepoUrl } from "@/src/parseOwnerRepo";

0 commit comments

Comments
 (0)