From dc317d61b65798ae21193c32d71a01b11d9ecffc Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 15 Sep 2016 20:42:38 +0300 Subject: [PATCH] add missing next --- src/posts/flags.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/posts/flags.js b/src/posts/flags.js index 424a54084f..152414e436 100644 --- a/src/posts/flags.js +++ b/src/posts/flags.js @@ -94,6 +94,8 @@ module.exports = function(Posts) { } else { next(); } + } else { + next(); } }, function(next) {