fix: Make sure results get cleared
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-07-31 19:57:29 +02:00
parent bc7f32b57d
commit 6f7cf6e873
2 changed files with 3 additions and 1 deletions

View File

@@ -284,6 +284,7 @@ function update() {
const result = getResultFromChecks(failed_checks);
resultsDiv.innerHTML = "";
resultsDiv.appendChild(result);
}