Skip to content

Commit

Permalink
Reexpose status fields
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Mar 26, 2024
1 parent 88d7ad4 commit 679cb74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/snapshot/src/snapshot.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export class SnapshotService {
'scan_date',
'primary_scan_status',
'accessibility_scan_status',
// 'dns_scan_status',
// 'not_found_scan_status',
'dns_scan_status',
'not_found_scan_status',
'performance_scan_status',
// 'robots_txt_scan_status',
// 'sitemap_xml_scan_status',
'robots_txt_scan_status',
'sitemap_xml_scan_status',
'ipv6',
'hostname',
'cms',
Expand Down

0 comments on commit 679cb74

Please sign in to comment.