Skip to content

Commit

Permalink
refactor: remove unused ClientRequestInterceptor instantiation in git…
Browse files Browse the repository at this point in the history
…hub provider
  • Loading branch information
msudgh committed Jan 2, 2025
1 parent 42c0344 commit a8f0bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a8f0bc0

Please sign in to comment.