Skip to content

Commit 50c02ef

Browse files
authored
Merge pull request #495 from tapdata/TAP-9336-token-setting-hl-ver-incompatible-4.10
fix(TAP-9336): [To 4.10] add debug tag in request head
2 parents e78736e + 2e50851 commit 50c02ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/api/src/core/api-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export async function fetchApiServerToken() {
6262
const result = await baseRequestClient.post('/oauth/token', data, {
6363
headers: {
6464
'Content-Type': 'application/x-www-form-urlencoded',
65+
'debug': 'true'
6566
},
6667
})
6768
return result?.data || {}

0 commit comments

Comments
 (0)