Skip to content

Commit

Permalink
fix: remove isomorphic-fetch from http client (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Mar 11, 2022
1 parent 966b99d commit 56e5cf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/http.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "isomorphic-fetch"
import { UpstashError } from "./error"

export type HttpRequest = {
Expand Down

0 comments on commit 56e5cf6

Please sign in to comment.