Skip to content

Commit 9cf5d8b

Browse files
committed
Fix typechecking
1 parent a29c7d3 commit 9cf5d8b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/components/Package/TrendsChart.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,6 @@ const effectiveDataSingle = computed<EvolutionData>(() => {
976976
}
977977
978978
if (isDownloadsMetric.value && data.length) {
979-
const pkg = effectivePackageNames.value[0] ?? props.packageName ?? ''
980979
if (settings.value.chartFilter.anomaliesFixed) {
981980
data = applyHampelCorrection(data)
982981
}

0 commit comments

Comments
 (0)