FACG6 / emotion-detector

Our Website
https://emotionandfacerecognizer.herokuapp.com/
0 stars 0 forks source link

process.env.API_KEY evaluates to string #26

Open amusameh opened 5 years ago

amusameh commented 5 years ago

https://github.com/FACG6/emotion-detector/blob/722171050724feb8aedef4fb487e6922f6d32d5d/src/handlers.js#L39

process.env.API_KEY returns the API_KEY as a string so wrapping it with Template literals like this ${process.env.API_KEY} is not necessary.