Skip to content

Commit

Permalink
Run pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-debruijn committed Oct 16, 2024
1 parent 66cbfd5 commit f3ca537
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/auth0-session/client/node-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ export class NodeClient extends AbstractClient {
'User-Agent': `${name}/${version}`,
...(config.enableTelemetry
? {
'Auth0-Client': Buffer.from(
JSON.stringify({
name,
version,
env: {
node: process.version
}
})
).toString('base64')
}
'Auth0-Client': Buffer.from(
JSON.stringify({
name,
version,
env: {
node: process.version
}
})
).toString('base64')
}
: undefined)
},
timeout: config.httpTimeout,
Expand Down

0 comments on commit f3ca537

Please sign in to comment.