Skip to content

Conversation

@davidnagli
Copy link

Description

If you use the key specified in the docs as-is, you get an error:

Error: This function requires a clientId

This is because the code reads the values:

clientId: process.env.NYLAS_CLIENT_ID,
clientSecret: process.env.NYLAS_CLIENT_SECRET,

But the README calls it:

CLIENT_ID=client_id...
CLIENT_SECRET=client_secret...

So I changed the README to reflect this :)

Usage

None, just a README change

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

If you use the key specified in the docs as-is, you get an error:

Error: This function requires a clientId

This is because the code reads the values:
clientId: process.env.NYLAS_CLIENT_ID,
clientSecret: process.env.NYLAS_CLIENT_SECRET,

But the README calls it:
CLIENT_ID=client_id...
CLIENT_SECRET=client_secret...

So I changed the README to reflect this :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant