From 4ba40f37e7c620b5b976701b0d8a338463218542 Mon Sep 17 00:00:00 2001 From: zugdev Date: Wed, 8 Jan 2025 23:38:47 -0300 Subject: [PATCH] feat: fix --- src/home/fetch-github/fetch-data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {