Skip to content

Commit

Permalink
Merge pull request #312 from GSA/expose-status-fields
Browse files Browse the repository at this point in the history
Update snapshots
  • Loading branch information
akuny authored Mar 22, 2024
2 parents ab88958 + 227bf2e commit 4a2fea8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
2 changes: 0 additions & 2 deletions entities/core-result.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ export class CoreResult {

@Column({ nullable: true })
@Expose({ name: 'accessibility_scan_status' })
@Exclude()
accessibilityScanStatus?: string;

@Column({ nullable: true })
Expand Down Expand Up @@ -411,7 +410,6 @@ export class CoreResult {

@Column({ nullable: true })
@Expose({ name: 'performance_scan_status' })
@Exclude()
performanceScanStatus?: string;

@Column({ nullable: true, type: 'decimal' })
Expand Down
Loading

0 comments on commit 4a2fea8

Please sign in to comment.