From ae8ccf4cf8a90bc5e9c654c774deac34074586d2 Mon Sep 17 00:00:00 2001 From: adjoly Date: Thu, 28 Aug 2025 18:22:23 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20fixed?= =?UTF-8?q?=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.js b/src/start.js index 42f2cbc..6175791 100644 --- a/src/start.js +++ b/src/start.js @@ -58,7 +58,7 @@ async function start() { servers.push(user); } - if (target === 'scoreScore' || target === 'all') { + if (target === 'scoreStore' || target === 'all') { const score = Fastify({ logger: loggerOption('scoreStore') }); score.register(scoreApi); const port = target === 'all' ? 3002 : 3000;