Skip to content
Snippets Groups Projects
Commit cd15bbdf authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] `gaussianWotQuality2` regression

parent b3af95bc
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ module.exports = async (req:any, res:any, next:any) => {
// Récupérer le tableau de qualité des membres
tabMembersQuality= [];
for (let i=0;membersQuality(MonitConstants.QUALITY_CACHE_ACTION.GET_QUALITY, i) >= 0;i++)
for (let i=0; i < membersList.length && membersQuality(MonitConstants.QUALITY_CACHE_ACTION.GET_QUALITY, i) >= 0;i++)
{
if (sentries == "no")
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment