diff --git a/index.js b/index.js index 2a885f9..4a72cb5 100644 --- a/index.js +++ b/index.js @@ -35,6 +35,8 @@ module.exports = function(app, options) { if (ctx.args.filter.offset) offset = ctx.args.filter.offset; + else if (ctx.args.filter.skip) + offset = ctx.args.filter.skip; else ctx.args.filter.offset = offset;