Skip to content

Commit 7ed01c0

Browse files
rwblaireffigies
andcommitted
Update src/schema/associations.ts
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 0783938 commit 7ed01c0

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
@@ -179,7 +179,7 @@ export async function buildAssociations(
179179
file = file[0]
180180
}
181181
const location = file.path
182-
associations[key as keyof Associations] = await load(file, { maxRows: context.dataset.options?.maxRows }).catch(
182+
associations[key as keyof Associations] = await load(file, options).catch(
183183
(error: any) => {
184184
if (error.code) {
185185
context.dataset.issues.add({ ...error, location })

0 commit comments

Comments
 (0)