Fix typing

This commit is contained in:
Adria Navarro 2024-11-20 14:05:57 +01:00
parent 0d5bac67db
commit 8519cfc495
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ export async function enrichArrayContext(
} }
export async function enrichSearchContext( export async function enrichSearchContext(
fields: Record<string, any>, fields: Record<string, any> | undefined,
inputs = {}, inputs = {},
helpers = true helpers = true
): Promise<Record<string, any>> { ): Promise<Record<string, any>> {