Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Dec 20, 2023
1 parent 76d7bea commit aca195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/webview/MainProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const validateAccessToken = async (
try {
const response = await axios.post(
'https://telemetry.intuita.io/validateAccessToken',
{},
{ requestFrom: 'VSCE' },
{
headers: {
[X_INTUITA_ACCESS_TOKEN]: accessToken,
Expand Down

0 comments on commit aca195c

Please sign in to comment.