Skip to content

Commit

Permalink
fix(headers): use source-version for header
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 15, 2024
1 parent 883de51 commit 2b26d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/http-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const createAxiosInstance = ({
...axiosConfig,
headers: {
...axiosConfig.headers,
'x-ar-io-sdk-version': `${version}`,
'x-source-version': `${version}`,
'x-source-identifier': 'ar-io-sdk',
},
validateStatus: () => true, // don't throw on non-200 status codes
Expand Down

0 comments on commit 2b26d88

Please sign in to comment.