Skip to content

Commit

Permalink
Export attributeINP
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Oct 16, 2024
1 parent 8e06644 commit cc36dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attribution/onINP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const getIntersectingLoAFs = (
return intersectingLoAFs;
};

const attributeINP = (metric: INPMetric): INPMetricWithAttribution => {
export const attributeINP = (metric: INPMetric): INPMetricWithAttribution => {
const firstEntry = metric.entries[0];
const group = entryToEntriesGroupMap.get(firstEntry)!;

Expand Down

0 comments on commit cc36dc2

Please sign in to comment.