akamai / cli-netstorage

Apache License 2.0
15 stars 14 forks source link

Fix for undefined var response #32

Open HTMLGuyLLC opened 6 months ago

HTMLGuyLLC commented 6 months ago

If you see this line: https://github.com/akamai/cli-netstorage/blob/master/src/netstorage_auth.js#L68

There is an instance where only an error is returned to the callback. The logic I've modified originally didn't handle this scenario.