From dcf581bb060676c1333a494754dc0471a4286673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 7 Oct 2019 16:08:26 +0200 Subject: [PATCH] SYNTAX --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index aae8490e..627adc6d 100644 --- a/server/app.js +++ b/server/app.js @@ -57,7 +57,7 @@ function startClustered(redis_enabled) { if (!isNaN(ip[i])) { s += ip[i]; } - }ยด + } return farmhash.fingerprint32(ip) % len; };