From c2d2ff6020d19ccc75359f2de1794b8cc559ffb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pr=C3=A9nom=20Nom?= <adresse@mail.com> Date: Mon, 24 Feb 2025 18:05:34 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20r=C3=A9duire=20requ=C3=AAte?= =?UTF-8?q?=20ajout=20auto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/workers/pyodide_worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workers/pyodide_worker.js b/src/workers/pyodide_worker.js index be7dd49..063154e 100644 --- a/src/workers/pyodide_worker.js +++ b/src/workers/pyodide_worker.js @@ -348,7 +348,7 @@ async function autoAddWord(lang, authToken, wordsArray, lexiconIds, force = fals target_lex: lexiconIds }; - log("🚀 Envoi de la requête API autoAddWord :", body); + log("Envoi de la requête API autoAddWord :", body); try { await new Promise(resolve => setTimeout(resolve, 3000)); // espacer les requêtes -- GitLab