Skip to content
Extraits de code Groupes Projets
Valider 6ecb60fb rédigé par Adrien NUNES's avatar Adrien NUNES
Parcourir les fichiers

Fix Actor/Action VoteParser.js

parent aaf9d88f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -119,7 +119,7 @@ class VoteParser{
// If we had more messages before the update, we get rid of them here
this.infoMessagesActor.splice(actor.length)
// If in the opposite we have more messages now, we re-send everything
if (actor.length > this.infoMessagesAction.length) {
if (actor.length > this.infoMessagesActor.length) {
this.#resetStoredMessages();
return await this.updateBase(category);
}
......@@ -191,4 +191,4 @@ class VoteParser{
}
module.exports = VoteParser;
\ No newline at end of file
module.exports = VoteParser;
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter