Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-blackson committed Feb 2, 2024
1 parent 4ba1bd9 commit d624ac3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,9 @@ async function processDetails(content, countInt,detailsType,detailsIdentifier,de
regionName = areaData[i].areaDesc
}
else{
regionName += ', ' + areaData[i].areaDesc
if (!regionName.includes(areaData[i].areaDesc)){
regionName += ', ' + areaData[i].areaDesc
}
}
}
}
Expand Down

0 comments on commit d624ac3

Please sign in to comment.