feat(utilities): support old version of nodejs

This commit is contained in:
Taha Yassine Kraiem 2022-07-04 17:20:14 +02:00
parent 18e4d69e97
commit fc8cfd4bdd

View file

@ -66,7 +66,7 @@ const isValidSession = function (sessionInfo, filters) {
}
}
}
foundAll &&= found;
foundAll = foundAll && found;
if (!found) {
break;
}