Skip to content

TypeError: store.getID is not a function #58

@RobertPrediger

Description

@RobertPrediger

In version 2.2.10, there is an error.

In index.js there is a call with:

 id = await store.getID(24);

But in store.js the function getID is not a promise:

getID(length) {

Result is:

TypeError: store.getID is not a function
   at /opt/aplus/dev/server/node_modules/koa-session2/index.js:17:34

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions