mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-13 18:44:45 +02:00
「🔨」 fix: fixed typo
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user