From 7e246d0cd15bb85a51468a6b2bf5e57238ce47b6 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Wed, 27 Sep 2023 00:16:54 -0400 Subject: [PATCH] fix: lint Signed-off-by: Andrew Calcutt --- src/server.js | 2 -- src/utils.js | 1 - 2 files changed, 3 deletions(-) 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