Skip to content

line 1017: apiKey variable not defined #13

@remi-crypto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions