Spaceface16518 / strat-collector

Combs through a specific subreddit for posts with over a certain threshold in comments. It then adds them to a database.
MIT License
2 stars 0 forks source link

Environmental variables don't configure #1

Closed Spaceface16518 closed 6 years ago

Spaceface16518 commented 6 years ago

I have dotenv setting environmental variables, but for some reason they are not being processed into the cred object.

Spaceface16518 commented 6 years ago

Fixed in typescript branch. The problem was with calling to configure method improperly. It needed to have parentheses at the end (.config() instead of .config)