Closed samizzy closed 2 years ago
Internal ticket no: 1146
Due to a recent change, schema validation was being perfomed on effective schema accidentally. This change fixes the effectiveSchema() method so that it does not mutate input parameters.
effectiveSchema()
:+1:
One-line summary
Internal ticket no: 1146
Description
Due to a recent change, schema validation was being perfomed on effective schema accidentally. This change fixes the
effectiveSchema()
method so that it does not mutate input parameters.