fix: lint

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2023-09-27 00:16:54 -04:00
parent d759dd2952
commit 7e246d0cd1
2 changed files with 0 additions and 3 deletions

View File

@ -114,7 +114,6 @@ function start(opts) {
/** /**
* Recursively get all files within a directory. * Recursively get all files within a directory.
* Inspired by https://stackoverflow.com/a/45130990/10133863 * Inspired by https://stackoverflow.com/a/45130990/10133863
*
* @param {string} directory Absolute path to a directory to get files from. * @param {string} directory Absolute path to a directory to get files from.
*/ */
const getFiles = async (directory) => { const getFiles = async (directory) => {
@ -592,7 +591,6 @@ function start(opts) {
/** /**
* Stop the server gracefully * Stop the server gracefully
*
* @param {string} signal Name of the received signal * @param {string} signal Name of the received signal
*/ */
function stopGracefully(signal) { function stopGracefully(signal) {

View File

@ -8,7 +8,6 @@ import glyphCompose from '@mapbox/glyph-pbf-composite';
/** /**
* Generate new URL object * Generate new URL object
*
* @param req * @param req
* @params {object} req - Express request * @params {object} req - Express request
* @returns {URL} object * @returns {URL} object