Update index.ts

This commit is contained in:
Nicolas 2025-01-18 21:10:20 -03:00
parent 0ec52613e2
commit 4e8e58729a

View File

@ -1014,6 +1014,7 @@ export default class FirecrawlApp {
throw new FirecrawlError("Invalid schema. Schema must be either a valid Zod schema or JSON schema object.", 400); throw new FirecrawlError("Invalid schema. Schema must be either a valid Zod schema or JSON schema object.", 400);
} }
try { try {
const response: AxiosResponse = await this.postRequest( const response: AxiosResponse = await this.postRequest(
this.apiUrl + `/v1/extract`, this.apiUrl + `/v1/extract`,