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