Skip to content

Commit 24e1b00

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
remove dupe totalPRs const
1 parent 38c76a2 commit 24e1b00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/server/static/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,6 @@ <h3>Why calculate PR costs?</h3>
22762276
}
22772277

22782278
// Calculate average PR efficiency
2279-
const totalPRs = e.total_prs;
22802279
const avgCodeChurnCost = e.code_churn_cost / totalPRs;
22812280
const avgDeliveryDelayCost = e.delivery_delay_cost / totalPRs;
22822281
const avgCodeChurnHours = e.code_churn_hours / totalPRs;

0 commit comments

Comments
 (0)