Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jun 10, 2024
1 parent 7bef940 commit be104a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/gather/gatherers/root-causes.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class RootCauses extends BaseGatherer {
const rootCausesEngine = new TraceEngine.RootCauses(protocolInterface);
const layoutShiftEvents = traceParsedData.LayoutShifts.clusters.flatMap(c => c.events);
for (const event of layoutShiftEvents) {
// @ts-expect-error The data we do get in the trace processor is still enough here
const r = await rootCausesEngine.layoutShifts.rootCausesForEvent(traceParsedData, event);
if (!r) continue;

Expand Down

0 comments on commit be104a4

Please sign in to comment.