diff --git a/module/users/helper.js b/module/users/helper.js index 5e8aaa08..2497f8e3 100644 --- a/module/users/helper.js +++ b/module/users/helper.js @@ -478,7 +478,7 @@ module.exports = class UsersHelper { importedProjects.data.forEach((importedProject) => { - if( projectSolutionIdIndexMap[importedProject.solutionInformation._id] ) { + if( projectSolutionIdIndexMap[importedProject.solutionInformation._id] !== undefined ) { mergedData[projectSolutionIdIndexMap[importedProject.solutionInformation._id]].projectId = importedProject._id; } else {