Skip to content

Commit

Permalink
Merge pull request #68 from VISHNUDAS-tunerlabs/SB-29227
Browse files Browse the repository at this point in the history
program duplicate
  • Loading branch information
aks30 authored Mar 16, 2022
2 parents 1f248f8 + 4ff4c95 commit a35b7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/users/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit a35b7ce

Please sign in to comment.