From 97bd21c0f5b458a90376becf3186db25a49414bf Mon Sep 17 00:00:00 2001 From: syuilo <syuilotan@yahoo.co.jp> 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 '(=^・・^=)'; };