diff --git a/src/web/app/common/scripts/get-cat.js b/src/web/app/common/scripts/get-cat.js
index bccfcbd4f9..cd28c7bdaa 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 '(=^・・^=)';
 };