diff --git a/src/server.js b/src/server.js index 65e8b2c..88d026c 100644 --- a/src/server.js +++ b/src/server.js @@ -114,7 +114,6 @@ function start(opts) { /** * Recursively get all files within a directory. * Inspired by https://stackoverflow.com/a/45130990/10133863 - * * @param {string} directory Absolute path to a directory to get files from. */ const getFiles = async (directory) => { @@ -592,7 +591,6 @@ function start(opts) { /** * Stop the server gracefully - * * @param {string} signal Name of the received signal */ function stopGracefully(signal) { diff --git a/src/utils.js b/src/utils.js index c9bc466..6fe22f0 100644 --- a/src/utils.js +++ b/src/utils.js @@ -8,7 +8,6 @@ import glyphCompose from '@mapbox/glyph-pbf-composite'; /** * Generate new URL object - * * @param req * @params {object} req - Express request * @returns {URL} object