fix: had set the wrong type for the return value
Signed-off-by: Mark David Avery <mark@webark.cc>
This commit is contained in:
@@ -32,7 +32,7 @@ function getPathArrayAndValue(input: Entity, field: string) {
|
||||
|
||||
return [pathArray, undefined];
|
||||
},
|
||||
[[] as unknown as string, input as any],
|
||||
[[] as string[], input as any],
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user