From 3d178c73c24a021d929a1758d84b85768c27231d Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 19 May 2022 11:14:27 -0500 Subject: [PATCH] Remove extra word --- build-lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-lists.js b/build-lists.js index a90abbc..7ac46b0 100644 --- a/build-lists.js +++ b/build-lists.js @@ -303,7 +303,7 @@ class BuildLists { console.log('\n', `-- Starting kind lists for ${ apiKindListDirectory }`) - const endpointMethodName = `Finished kind lists for ${ apiKindListDirectory } endpoints` + const endpointMethodName = `Finished kind lists for ${ apiKindListDirectory }` console.time(endpointMethodName)