Skip to content

Commit ea17f46

Browse files
committed
fix(node): import missing Blob from node-fetch
1 parent 3b6716a commit ea17f46

File tree

3 files changed

+8790
-5637
lines changed

3 files changed

+8790
-5637
lines changed

src/templates/core/node/request.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { AbortController } from 'abort-controller';
44
import FormData from 'form-data';
5-
import fetch, { BodyInit, Headers, RequestInit, Response } from 'node-fetch';
5+
import fetch, { BodyInit, Headers, RequestInit, Response, Blob } from 'node-fetch';
66
import { types } from 'util';
77

88
import { ApiError } from './ApiError';

0 commit comments

Comments
 (0)