Skip to content

Commit 15a0e42

Browse files
committed
Fix fetch
1 parent 7dffe17 commit 15a0e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/scripts/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { fetch } = require('whatwg-fetch');
1+
const fetch = require('cross-fetch');
22

33
fetch('https://deployment-api.lbogdan.ro/image', {
44
method: 'POST',

0 commit comments

Comments
 (0)