Skip to content

Commit

Permalink
chore(packages/graph-client): update request header for day buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaStenberg committed Aug 7, 2024
1 parent 8239d85 commit 3e4e15f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function getAnalyticsDayBuckets(
const url = `https://${SUSHI_DATA_API_HOST}`

const result = await request(
{ url, document: AnalyticsDayBucketsQuery, variables },
{ url, document: AnalyticsDayBucketsQuery, variables, requestHeaders: { 'Origin': 'sushi.com' } },
options,
)
if (result) {
Expand Down

0 comments on commit 3e4e15f

Please sign in to comment.