From f3fbc52dfffd5f305f584e0ca6e2fb6664e86ec8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 19 Feb 2017 07:13:56 +0900 Subject: [PATCH] :v: --- src/web/app/common/scripts/get-cat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/common/scripts/get-cat.js b/src/web/app/common/scripts/get-cat.js index bccfcbd4f..cd28c7bda 100644 --- a/src/web/app/common/scripts/get-cat.js +++ b/src/web/app/common/scripts/get-cat.js @@ -1,3 +1,3 @@ -module.exports = function() { +module.exports = () => { return '(=^・・^=)'; };