diff --git a/index.js b/index.js index a50e820..bf76786 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +console.log(process.env) + const headers = { 'Content-Type': 'application/json', Authorization: `Bearer ${process.env.DUOLINGO_JWT}`,