mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-03 01:20:37 +02:00
chore: remove all reference to originalFiles
This commit is contained in:
@@ -480,7 +480,7 @@ router.post("/", async (req: express.Request, res: express.Response) => {
|
||||
|
||||
try {
|
||||
try {
|
||||
await db.getRepository(repoUpdate.repoId, { includeFiles: false });
|
||||
await db.getRepository(repoUpdate.repoId);
|
||||
throw new AnonymousError("repoId_already_used", {
|
||||
httpStatus: 400,
|
||||
object: repoUpdate,
|
||||
|
||||
Reference in New Issue
Block a user