very simple in the rate limit function can we do ``` if (this.options.skipSuccessfulRequests) { ctx.res.on('finish', () => { if (ctx.status < 400) { this.store.decrement(key, this.options, weight); } }); } ```