Skip to content

Commit

Permalink
typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jun 7, 2024
1 parent 269942d commit 58fdf88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/lantern/lantern.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function createProcessedNavigation(traceEngineResult) {
}

// Grab the latest navigation with scores.
/** @type {Map<MetricName, MetricScore>=} */
let scores;
for (const navigation of Meta.mainFrameNavigations.reverse()) {
const navigationId = navigation.args.data?.navigationId;
Expand Down

0 comments on commit 58fdf88

Please sign in to comment.