Skip to content

Commit

Permalink
Audit command 'fixed' status correction
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyagustine committed Feb 9, 2024
1 parent fc14521 commit 1a15f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contentstack-audit/src/modules/content-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,10 @@ export default class ContentType {
const refErrorObj = {
tree,
display_name,
fixStatus: 'Fixed',
missingRefs: [reference_to],
ct_uid: this.currentUid,
name: this.currentTitle,
missingRefs: [reference_to],
fixStatus: this.fix ? 'Fixed' : undefined,
treeStr: tree.map(({ name }) => name).join(' ➜ '),
};

Expand Down

0 comments on commit 1a15f15

Please sign in to comment.