Skip to content

Commit

Permalink
chore: log process.env
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed May 11, 2023
1 parent b778e4f commit 632d670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
console.log(process.env)

const headers = {
'Content-Type': 'application/json',
Authorization: `Bearer ${process.env.DUOLINGO_JWT}`,
Expand Down

0 comments on commit 632d670

Please sign in to comment.