Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for undefined var response #32

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 30, 2024

  1. Fix for undefined var response

    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.
    HTMLGuyLLC authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    feb8bde View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Update netstorage.js

    HTMLGuyLLC authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    aa421df View commit details
    Browse the repository at this point in the history
  2. Update netstorage.js

    HTMLGuyLLC authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d5e9413 View commit details
    Browse the repository at this point in the history
  3. Update netstorage.js

    HTMLGuyLLC authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ebd56aa View commit details
    Browse the repository at this point in the history