Skip to content

Commit b8888a7

Browse files
elpeteCopilot
andauthored
Update models/ValidationManager.cfc
Co-authored-by: Copilot <[email protected]>
1 parent b6bc445 commit b8888a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/ValidationManager.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ component accessors="true" serialize="false" singleton {
335335
}
336336
filteredTarget[ key ] = filteredArray;
337337
} else if (
338-
constraints[ key ].keyExists( "constraints" ) || constraints[ key ].keyExists( "nestedConstraints" )
338+
constraint.keyExists( "constraints" ) || constraint.keyExists( "nestedConstraints" )
339339
) {
340340
filteredTarget[ key ] = filterTargetForConstraints(
341341
target = arguments.target[ key ],

0 commit comments

Comments
 (0)