Skip to content

Commit

Permalink
Code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyagustine committed Nov 16, 2023
1 parent 1781c97 commit 421fe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-audit/src/modules/content-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default class ContentType {
treeStr: tree.map(({ name }) => name).join(' ➜ '),
});

if (!field.schema) return;
return void 0;
}

await this.lookForReference(tree, field);
Expand Down

0 comments on commit 421fe13

Please sign in to comment.