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 215ee83 commit d0d0b2aCopy full SHA for d0d0b2a
plugins/hotCards/utils/fetchInterceptor.js
@@ -12,7 +12,8 @@
12
if (
13
typeof resource === "string" &&
14
contentType &&
15
- contentType.indexOf("application/json") !== -1 &&
+ (contentType.indexOf('application/json') !== -1 ||
16
+ contentType.indexOf('application/graphql-response+json') !== -1) &&
17
resource.endsWith("/graphql")
18
) {
19
try {
0 commit comments