diff --git a/src/home/fetch-github/fetch-data.ts b/src/home/fetch-github/fetch-data.ts index 09dbd53..397a8ce 100644 --- a/src/home/fetch-github/fetch-data.ts +++ b/src/home/fetch-github/fetch-data.ts @@ -3,7 +3,7 @@ import { GitHubAggregated, GitHubIssue, GitHubNotification, GitHubNotifications, import { getGitHubAccessToken } from "../getters/get-github-access-token"; import { handleRateLimit } from "./handle-rate-limit"; import { RequestError } from "@octokit/request-error"; -import { testAllNotifications } from "./test-all-notifications"; +// import { testAllNotifications } from "./test-all-notifications"; export const organizationImageCache = new Map(); // this should be declared in image related script @@ -243,7 +243,7 @@ export async function fetchAllNotifications(): Promise {