Options are not sent in createStore function so the in memory provider always takes the default ones. https://github.com/ppoliani/koa-idempotency/blob/c54bcc1a3a5f8b31793c1acf1403360d45bd971c/lib/storeProviders/index.js#L20 But the function expects the option argument. https://github.com/ppoliani/koa-idempotency/blob/c54bcc1a3a5f8b31793c1acf1403360d45bd971c/lib/storeProviders/memory.js#L14
Options are not sent in createStore function so the in memory provider always takes the default ones.
koa-idempotency/lib/storeProviders/index.js
Line 20 in c54bcc1
But the function expects the option argument.
koa-idempotency/lib/storeProviders/memory.js
Line 14 in c54bcc1