mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 14:28:59 +08:00
fix build error
This commit is contained in:
parent
6557365149
commit
561f0186ef
@ -4,10 +4,10 @@ export async function mixSchemaObjects(
|
|||||||
finalSchema: any,
|
finalSchema: any,
|
||||||
singleAnswerResult: any,
|
singleAnswerResult: any,
|
||||||
multiEntityResult: any,
|
multiEntityResult: any,
|
||||||
logger: Logger
|
logger?: Logger
|
||||||
) {
|
) {
|
||||||
const finalResult: any = {};
|
const finalResult: any = {};
|
||||||
logger.debug("Mixing schema objects.");
|
logger?.debug("Mixing schema objects.");
|
||||||
|
|
||||||
// Recursive helper function to merge results based on schema
|
// Recursive helper function to merge results based on schema
|
||||||
function mergeResults(schema: any, singleResult: any, multiResult: any) {
|
function mergeResults(schema: any, singleResult: any, multiResult: any) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user