Skip to content

Commit 8399734

Browse files
committed
chore: specify-content-type
1 parent d27d9c4 commit 8399734

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/get-tokens.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ const fetchTokensBatch = async (id: string): Promise<Item[]> => {
3535
const response = await fetch(process.env.CURATE_GRAPH_URL, {
3636
method: 'POST',
3737
body: JSON.stringify(subgraphQuery),
38+
headers: {
39+
'Content-Type': 'application/json',
40+
},
3841
})
3942

4043
const { data } = await response.json()

0 commit comments

Comments
 (0)