diff --git a/lib/github.ts b/lib/github.ts index e4fff0c..7da09b8 100644 --- a/lib/github.ts +++ b/lib/github.ts @@ -1,5 +1,5 @@ import type {Repo} from '@/types' -import fetcher from "@/lib/fetcher"; +import fetcher from '@/lib/fetcher' const GITHUB_ACCESS_TOKEN = process.env.GITHUB_ACCESS_TOKEN const GITHUB_USERNAME = process.env.GITHUB_USERNAME