From d65cd5f45d9e22ca57d8207b869f38a3f185dd1f Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Fri, 19 May 2023 22:56:37 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20d'un=20probl=C3=A8me=20lors=20de?= =?UTF-8?q?=20l'export=20des=20stats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ts/sauvegardeur.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/sauvegardeur.ts b/ts/sauvegardeur.ts index 843497c..3763298 100644 --- a/ts/sauvegardeur.ts +++ b/ts/sauvegardeur.ts @@ -193,7 +193,7 @@ export default class Sauvegardeur { stats.lettresRepartitions.bienPlace, stats.lettresRepartitions.malPlace, stats.lettresRepartitions.nonTrouve, - stats.dernierePartie ? stats.dernierePartie.toISOString : "null", + stats.dernierePartie ? stats.dernierePartie.toISOString() : "null", ].join(","); }