Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 145 forks source link

Only start the timer for a PR if it's waiting #558

Closed MattIPv4 closed 4 years ago

MattIPv4 commented 4 years ago

Description

We were seeing a lot of TypeError: Cannot set property 'innerHTML' of null in Airbrake (47k occurrences as of writing this). This was coming from the fact that we were starting the timer, which then ran every 1s whilst the profile was open, for all PRs irrespective of if they actually needed the timer or not.

Test process

Have a PR on your profile that is valid, or spammy, and observe that there is no error in console.

Requirements to merge