From cedb54e395219aa8a11d4f58af4147b103a1909d Mon Sep 17 00:00:00 2001 From: NigeParis Date: Thu, 15 Jan 2026 11:32:37 +0100 Subject: [PATCH] change gamelink to new one by @Maix --- src/chat/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/src/app.ts b/src/chat/src/app.ts index 17dad71..d7a2aa6 100644 --- a/src/chat/src/app.ts +++ b/src/chat/src/app.ts @@ -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 = `Click me`; + const link: string = `Click me`; const inviteHtml: string = 'invites you to a game ' + link; if (clientName !== null) {