mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-14 06:38:57 +02:00
improve logging
This commit is contained in:
@@ -34,7 +34,7 @@ router.get(
|
||||
if (!(await repo.isReady())) {
|
||||
throw new AnonymousError("repository_not_ready", {
|
||||
object: repo,
|
||||
httpStatus: 503,
|
||||
httpStatus: 425,
|
||||
});
|
||||
}
|
||||
const f = new AnonymizedFile({
|
||||
|
||||
Reference in New Issue
Block a user