Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
use headers from undici
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Mar 26, 2022
1 parent 31c9163 commit 99d4450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-hypixel-api",
"version": "0.2.1",
"version": "0.2.2",
"main": "build/index.js",
"types": "build/index.d.js",
"repository": "https://github.com/skyblockstats/typed-hypixel-api.git",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fetch } from 'undici'
import { fetch, Headers } from 'undici'
export * from './responses'
import {
ApiKeyInformationResponse,
Expand Down

0 comments on commit 99d4450

Please sign in to comment.