mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
fix: fix repository quota
This commit is contained in:
@@ -45,7 +45,7 @@ router.get("/quota", async (req: express.Request, res: express.Response) => {
|
||||
total: 0,
|
||||
},
|
||||
repository: {
|
||||
used: repositories.length,
|
||||
used: repositories.filter((f) => f.status == "ready").length,
|
||||
total: 20,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user