Skip to content

Commit

Permalink
fix(imports): use adoby-node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Aug 18, 2023
1 parent 83fcf1b commit 03984b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/actions/src/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Firestore } from "firebase/firestore"
import fs, { ReadPosition, createWriteStream } from "fs"
import { utils as ffUtils } from "ffjavascript"
import winston, { Logger } from "winston"
import fetch from "node-fetch"
import fetch from "@adobe/node-fetch-retry"
import {
CircuitMetadata,
Contribution,
Expand Down

0 comments on commit 03984b5

Please sign in to comment.