From 2df3aa64bee77a99acfe54861478b2ef4f43487f Mon Sep 17 00:00:00 2001 From: "gwenael.planchon" Date: Wed, 20 Mar 2024 09:02:59 +0100 Subject: [PATCH] fix spam requete --- science-quest/src/components/jeux/kahoot/KahootPartie.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/science-quest/src/components/jeux/kahoot/KahootPartie.vue b/science-quest/src/components/jeux/kahoot/KahootPartie.vue index d1a7cbf..1a70f5c 100644 --- a/science-quest/src/components/jeux/kahoot/KahootPartie.vue +++ b/science-quest/src/components/jeux/kahoot/KahootPartie.vue @@ -77,6 +77,7 @@ export default { this.DEBUG_obtenirSalleAttente().then(response=>{ this.partieDemarree=response.partieDemarree this.joueurs=response.joueurs + this.tempsLimite=response.tempsLimite if(this.partieDemarree){ window.setTimeout(this.obtenirQuestion,(this.tempsLimite+100)-Date.now()) } else {