diff --git a/utilities/utils/helper.js b/utilities/utils/helper.js index 462c4ddc3..7f1b4dca4 100644 --- a/utilities/utils/helper.js +++ b/utilities/utils/helper.js @@ -66,7 +66,7 @@ const isValidSession = function (sessionInfo, filters) { } } } - foundAll &&= found; + foundAll = foundAll && found; if (!found) { break; }