Skip to content

Commit

Permalink
Update repo_router.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown authored Jan 9, 2025
1 parent 238fc1b commit 7afcbb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/database/foxx/api/repo_router.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,6 @@ router
* @param {object} req - The request object, containing the query parameters.
* @param {object} res - The response object used to send the results.
* @returns {void} Sends an array of repository size statistics to the response.
*
* @example
* // Sample usage:
* router.get("/calc_size", function(req, res) { ... });
*/
router
.get("/calc_size", function (req, res) {
Expand Down

0 comments on commit 7afcbb8

Please sign in to comment.