Skip to content

Commit

Permalink
Update src/home/fetch-github/fetch-data.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mentlegen <[email protected]>
  • Loading branch information
zugdev and gentlementlegen authored Jan 22, 2025
1 parent 2aaf27c commit 7cd6d4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/home/fetch-github/fetch-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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";

export const organizationImageCache = new Map<string, Blob | null>(); // this should be declared in image related script

Expand Down

0 comments on commit 7cd6d4a

Please sign in to comment.