Remove extra slash

This commit is contained in:
Sam Carlton 2022-05-19 10:58:21 -05:00
parent 202a4a9512
commit 6102ece0c4

View file

@ -301,9 +301,9 @@ class BuildLists {
saveKind = async function ( list, kindSlug ) { saveKind = async function ( list, kindSlug ) {
const apiKindListDirectory = `${ apiDirectory }/kind/${ kindSlug }` const apiKindListDirectory = `${ apiDirectory }/kind/${ kindSlug }`
console.log('\n', `-- Starting kind lists for /${ apiKindListDirectory }`) console.log('\n', `-- Starting kind lists for ${ apiKindListDirectory }`)
const endpointMethodName = `Finished kind lists for /${ apiKindListDirectory } endpoints` const endpointMethodName = `Finished kind lists for ${ apiKindListDirectory } endpoints`
console.time(endpointMethodName) console.time(endpointMethodName)