eslint OK

This commit is contained in:
NigeParis 2026-01-15 14:05:17 +01:00 committed by Maix0
parent 231891fcf9
commit 70a18c1785

View file

@ -229,7 +229,7 @@ async function onReady(fastify: FastifyInstance) {
const profilInvite: ClientProfil = JSON.parse(data) || '';
const linkGame: PongGameId | undefined = await setGameLink(fastify, data);
if (!linkGame) return;
const link: string = `<a href="/app/pong?game=${linkGame}" style="color: blue; text-decoration: underline; cursor: pointer;">Click me</a>`;
const link: string = `<a href="/app/pong?game=${linkGame}" style="color: blue; text-decoration: underline; cursor: pointer;">Click me</a>`;
const inviteHtml: string = 'invites you to a game ' + link;
if (clientName !== null) {