Skip to content

Commit

Permalink
fix: use native fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Jul 17, 2024
1 parent dbe3be7 commit 30aa353
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { createWriteStream, existsSync, unlinkSync } from 'fs'
import { pipeline } from 'stream'
import { promisify } from 'util'
import * as tar from 'tar'
import fetch from 'node-fetch'

const streamPipeline = promisify(pipeline)

Expand Down

0 comments on commit 30aa353

Please sign in to comment.