From a66aafc5a6cc971b80043b867abe3b6ec4e01143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Fri, 8 Nov 2019 10:07:51 -0300 Subject: [PATCH] Missing semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/utils/fun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/fun.js b/lib/utils/fun.js index 35eabed..f3c2f7e 100644 --- a/lib/utils/fun.js +++ b/lib/utils/fun.js @@ -65,7 +65,7 @@ const asData = (data, contentType) => { : result; return result; -} +}; module.exports = { isString,