fixed SSE Connection error and Rust error when compiling (last brace in /src/markdown.rs)
Some checks failed
Deploy / build-and-deploy (push) Failing after 2s

also updated the markdown post that you see upon entering.
This commit is contained in:
2025-06-29 15:56:30 +02:00
parent 6b5705680a
commit b0033a5671
3 changed files with 105 additions and 58 deletions

View File

@@ -673,8 +673,4 @@ pub fn checkhealth() -> HealthReport {
cache_stats_count,
errors,
}
}
cache_stats_count,
errors,
}
}
}