mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Remove extra slash
This commit is contained in:
parent
202a4a9512
commit
6102ece0c4
1 changed files with 2 additions and 2 deletions
|
|
@ -301,9 +301,9 @@ class BuildLists {
|
|||
saveKind = async function ( list, 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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue