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';