Commit 799e48e3 authored by Sarah GP's avatar Sarah GP

Update header capitalization

parent 27a3c00c
...@@ -19,7 +19,7 @@ const getQueryHeaders = (etagResource) => { ...@@ -19,7 +19,7 @@ const getQueryHeaders = (etagResource) => {
headers: { headers: {
'X-GITLAB-GRAPHQL-FEATURE-CORRELATION': 'verify/ci/pipeline-graph', 'X-GITLAB-GRAPHQL-FEATURE-CORRELATION': 'verify/ci/pipeline-graph',
'X-GITLAB-GRAPHQL-RESOURCE-ETAG': etagResource, 'X-GITLAB-GRAPHQL-RESOURCE-ETAG': etagResource,
'X-REQUESTED_WITH': 'XMLHttpRequest', 'X-Requested-With': 'XMLHttpRequest',
}, },
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment