We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1aa1d commit 9b58604Copy full SHA for 9b58604
2 files changed
packages/prime-core/package.json
@@ -62,6 +62,7 @@
62
"graphql-iso-date": "3.6.1",
63
"graphql-type-json": "^0.2.1",
64
"hashids": "1.2.2",
65
+ "isomorphic-fetch": "^2.1.1",
66
"latest": "0.2.0",
67
"lodash": "^4.17.11",
68
"mailgun-js": "0.22.0",
packages/prime-core/src/utils/processWebhooks.ts
@@ -1,3 +1,4 @@
1
+import fetch from 'isomorphic-fetch';
2
import { getRepository } from 'typeorm';
3
import { Webhook } from '../entities/Webhook';
4
import { WebhookCall } from '../entities/WebhookCall';
0 commit comments