From fbb5f2301670a4dff35c2569414db473522b28bf Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 21 Sep 2024 20:53:33 -0400 Subject: [PATCH] Update index.ts --- apps/js-sdk/firecrawl/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index 53acd467..56db07e0 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -289,7 +289,7 @@ export default class FirecrawlApp { query: string, params?: any ): Promise { - throw new Error("Search is not supported in v1, please update FirecrawlApp() initialization to use v0."); + throw new Error("Search is not supported in v1, please downgrade Firecrawl to 0.0.36."); } /**