Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
slavingia committed Sep 25, 2024
1 parent 541bcde commit 7510d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
updateUserGithubToken,
createUser,
} from "./db/queries";
import { PullRequest, TestFile } from "./db/schema";
import { TestFile } from "../app/(dashboard)/dashboard/types";

async function getOctokit() {
const { userId } = auth();
Expand Down

0 comments on commit 7510d17

Please sign in to comment.