From 44f6eb39d695f1a499258661d67843254ff37e26 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Mon, 20 Feb 2023 20:46:28 +0000 Subject: [PATCH] Updated github lib --- lib/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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