Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed May 31, 2024
1 parent 8c938e4 commit 976a91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/lantern/page-dependency-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ class PageDependencyGraph {
r.redirects = r.redirects.map(r2 => r2.requestId);
}
}
/** @type {Lantern.NetworkRequest[]} */
const requests = lanternRequests.map(r => ({
requestId: r.requestId,
connectionId: r.connectionId,
Expand Down

0 comments on commit 976a91c

Please sign in to comment.