Closed grvcoelho closed 7 years ago
We're not using the credstash lib correctly, on lines https://github.com/pagarme/superbowleto/blob/44999aad7ca389becd0c33d01916ad26bf7a98e4/src/lib/credentials/index.ts#L6-L9
First, the table name must be credential-store. Also, we're using Credstash instead of new Credstash.
credential-store
Credstash
new Credstash
Description
We're not using the credstash lib correctly, on lines https://github.com/pagarme/superbowleto/blob/44999aad7ca389becd0c33d01916ad26bf7a98e4/src/lib/credentials/index.ts#L6-L9
First, the table name must be
credential-store
. Also, we're usingCredstash
instead ofnew Credstash
.