Skip to content

Commit 4d2f8ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 73b1108 commit 4d2f8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/referential_integrity_assertions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = (globalParams, config, referentialIntegrityConditions) => {
6969
for (let parentTable in parentTables) {
7070
const relationships = parentTables[parentTable];
7171
const parentFilter = config[parentTable]?.where ?? true;
72-
72+
7373
relationships.forEach(({
7474
parentKey,
7575
childSchema,

0 commit comments

Comments
 (0)