Skip to content

Commit

Permalink
clients/docs: update code example
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed May 23, 2024
1 parent 352aeba commit 5ab90fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const buildNodeJSCommand = (endpoint: OpenAPIV3_1.OperationObject) => {
const polar = new PolarAPI(
new Configuration({
headers: {
'Authorization': 'Bearer <token>'
'Authorization': \`Bearer \${process.env.POLAR_ACCESS_TOKEN}\`
}
})
);
Expand Down

0 comments on commit 5ab90fb

Please sign in to comment.