Skip to content

Commit ac68280

Browse files
rwblaireffigies
andauthored
Update src/schema/associations.ts
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent a2fe000 commit ac68280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/associations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export async function buildAssociations(
169169
file = file[0]
170170
}
171171
const location = file.path
172-
associations[key as keyof Associations] = await load(file, { maxRows: context.dataset.options?.maxRows }).catch(
172+
associations[key as keyof Associations] = await load(file, options).catch(
173173
(error: any) => {
174174
if (error.code) {
175175
context.dataset.issues.add({ ...error, location })

0 commit comments

Comments
 (0)