mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-08-28 22:50:37 +02:00
Fix 9 bugs and add 103 tests for core anonymization, config, and routing (#669)
This commit is contained in:
@@ -70,7 +70,7 @@ router.get(
|
||||
.on("error", () => {
|
||||
handleError(
|
||||
new AnonymousError("file_not_found", {
|
||||
object: this,
|
||||
object: req.params.repoId,
|
||||
httpStatus: 404,
|
||||
}),
|
||||
res
|
||||
|
||||
Reference in New Issue
Block a user