(database): Initial commit

This commit is contained in:
apetitco 2025-12-22 18:29:45 +01:00 committed by Maix0
parent 0b15fd897b
commit e7bf718fa6
2 changed files with 4 additions and 2 deletions

View file

@ -83,7 +83,7 @@ async function onReady(fastify: FastifyInstance, game: TTC) {
turn: game.currentPlayer,
lastResult: result,
});
// setGameOutcome();
// fastify.db.setGameOutcome(this, "011001");
}
});