Skip to content

line 1017: apiKey variable not defined #13

Description

@remi-crypto

the variable apiKey at line 1017 of version 0.3.0 seems to be not defined.

I suspect the fix is simply to declare the variable somewhere before line 1017 using one of the following:
const apiKey = options.apiKey; // what I used
let apiKey = options.apiKey;
var apiKey = options.apiKey;

Other than that the module works. Thx.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions