diff --git a/core/database/foxx/api/repo_router.js b/core/database/foxx/api/repo_router.js index 9b869ca0..d0c828e8 100644 --- a/core/database/foxx/api/repo_router.js +++ b/core/database/foxx/api/repo_router.js @@ -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) {