Fix 9 bugs and add 103 tests for core anonymization, config, and routing (#669)

This commit is contained in:
Thomas Durieux
2026-04-15 09:41:00 +02:00
committed by GitHub
parent 261eaa8d79
commit 188066e91d
23 changed files with 2630 additions and 39 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ router.get(
try {
if (!(await repo.isReady())) {
throw new AnonymousError("repository_not_ready", {
object: this,
object: repo,
httpStatus: 503,
});
}