From 1db48e9a9b44888041747ad8273685f56a45bd6d Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 22 May 2024 13:15:09 +0800 Subject: [PATCH] remove comment --- lib/fetcher.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fetcher.ts b/lib/fetcher.ts index 47dfb33..84ac5e9 100644 --- a/lib/fetcher.ts +++ b/lib/fetcher.ts @@ -1,4 +1,3 @@ -/* import { Octokit } from 'octokit'; */ import { Octokit } from '@octokit/core'; import { restEndpointMethods } from '@octokit/plugin-rest-endpoint-methods'; import { cache } from 'react';