tommybananas / finale

Create flexible REST endpoints and controllers from Sequelize models in your Express app
188 stars 36 forks source link

context.criteria empty on list.fetch.before #10

Open luckyguido opened 6 years ago

luckyguido commented 6 years ago

I'm trying to implement a cache but following the example on the doc it seems that context.criteria is always null on the list.fetch.before milestone. The suggested cache implementation pattern is not working.