🔨」 fix: fixed typo

This commit is contained in:
2025-08-28 18:22:23 +02:00
parent 73ea9cde3e
commit ae8ccf4cf8

View File

@ -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;