lostcarpark / conclar

ConClár Programme Guide in ReactJS
MIT License
11 stars 12 forks source link

Continue loop on bad and img links to not cut the link list short #138

Closed mcdemarco closed 1 year ago

mcdemarco commented 1 year ago

We weren't getting any participant links for Boskone, and it turned out to be because we also had images in the link object, in first position. When we moved them to the last position we got some links, but not all, because the link validation step was also breaking completely out of the loop on failure. This PR just changes the breaks to continues.

mcdemarco commented 1 year ago

Sorry, my main branch wasn't quite up to date locally, and this looks fixed on main.