UNPKG

whistle.data-checker

Version:
7 lines (5 loc) 160 B
module.exports = (ctx) => { // eslint-disable-next-line prefer-destructuring const lastId = ctx.query.lastId; ctx.body = ctx.data.getReqList(lastId); };