From 2625a75d86cd12b1023415ce2c61994b72d4b58c Mon Sep 17 00:00:00 2001 From: Ronit Agarwala <34790361+ronitagarwala01@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:02:41 -0500 Subject: [PATCH] Update index.ts Co-authored-by: Leo Singer --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 7e0e249..4442503 100644 --- a/index.ts +++ b/index.ts @@ -48,7 +48,7 @@ async function executeSearchRequests(cwd: string) { //Load api call file and run all api calls to cluster const apiPath = join(cwd, searchApiFile) if (await exists(apiPath)) { - console.log(`Found ${searchApiFile} file, running API calls...`) + console.log(`Found ${searchApiFile} file, running it...`) let result = (await import(pathToFileURL(apiPath).toString())).default const client = await getSearchClient()