Skip to content

Commit

Permalink
fix missing node-fetch dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed Oct 23, 2023
1 parent 3bf56cd commit b0bf618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/replay/src/graphql.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import dbg from "debug";
import fetch from "node-fetch";

const debug = dbg("replay:cli:graphql");

Expand Down

0 comments on commit b0bf618

Please sign in to comment.