Skip to content

Commit

Permalink
chore: remove commented code (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Oct 21, 2024
1 parent f1afc15 commit 84118b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export default class DataModelValidator implements AstValidator<DataModel> {
if (accept) {
accept('error', `"fields" and "references" must be provided together`, { node: relAttr });
}
// }
} else {
// validate "fields" and "references" typing consistency
if (fields.length !== references.length) {
Expand Down

0 comments on commit 84118b4

Please sign in to comment.