From f393ff36e02b5f180d9f889589bb8942a18a2dd1 Mon Sep 17 00:00:00 2001 From: Martin fl0w Iwanowski Date: Thu, 28 Dec 2017 10:42:30 +0100 Subject: [PATCH] fix comment style --- lib/response.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/response.js b/lib/response.js index d0d80ad40..306559451 100644 --- a/lib/response.js +++ b/lib/response.js @@ -280,6 +280,7 @@ module.exports = { * @param {String} [alt] * @api public */ + back(alt) { const url = this.ctx.get('Referrer') || alt || '/'; this.redirect(url);