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