We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6239e74 commit e896f44Copy full SHA for e896f44
1 file changed
src/scanners/result-normalizer.js
@@ -24,6 +24,7 @@ export function normalizeUrlScanResult({
24
run_id: runId,
25
url: urlRecord.url,
26
page_load_count: urlRecord.page_load_count ?? null,
27
+ source_date: urlRecord.source_date ?? null,
28
scan_status: status.scan_status,
29
failure_reason: status.failure_reason,
30
lighthouse_performance: lighthouseResult?.lighthouse_performance ?? null,
0 commit comments