We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dffe17 commit 15a0e42Copy full SHA for 15a0e42
packages/app/scripts/deploy.js
@@ -1,4 +1,4 @@
1
-const { fetch } = require('whatwg-fetch');
+const fetch = require('cross-fetch');
2
3
fetch('https://deployment-api.lbogdan.ro/image', {
4
method: 'POST',
0 commit comments