Fix typing
This commit is contained in:
parent
0d5bac67db
commit
8519cfc495
|
@ -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>> {
|
||||||
|
|
Loading…
Reference in New Issue