Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Mar 22, 2024
1 parent ab88958 commit 227bf2e
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 227bf2e

Please sign in to comment.