Skip to content

Commit 9761792

Browse files
SCAL-202456-3 Update Accept-Language header in ThoughtSpot client
1 parent f3ec711 commit 9761792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api/typescript-sdk/react-rest-api/src/thoughtspot-client/thoughtspot-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const getThoughtSpotClient = () => {
1818
getCachedAuthToken,
1919
{
2020
additionalHeaders: {
21-
"Accept-Language": "ThoughtSpot-SDK",
21+
"Accept-Language": "en-US",
2222
},
2323
}
2424
);

0 commit comments

Comments
 (0)