From a8f0bc00e7db4f282fb51e8682233b33d4dd711d Mon Sep 17 00:00:00 2001 From: Masoud Ghorbani Date: Thu, 2 Jan 2025 16:57:25 +0100 Subject: [PATCH] refactor: remove unused ClientRequestInterceptor instantiation in github provider --- src/providers/github.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/github.ts b/src/providers/github.ts index adaca94..21540da 100644 --- a/src/providers/github.ts +++ b/src/providers/github.ts @@ -2,7 +2,6 @@ import NodeFetchCache, { FileSystemCache } from 'node-fetch-cache' import { GitHubPluginVersion } from 'obsidian-utils' import { Plugin } from '../services/config' -// const interceptor = new ClientRequestInterceptor() const fetch = NodeFetchCache.create({ cache: new FileSystemCache({ cacheDirectory: './cache',