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:
Result is:
TypeError: store.getID is not a function
at /opt/aplus/dev/server/node_modules/koa-session2/index.js:17:34