ppoliani/koa-idempotency

Bug in memory provider

emimagnanimiraclesdev opened this issue · 0 comments

Options are not sent in createStore function so the in memory provider always takes the default ones.

But the function expects the option argument.

const createStore = opts => {