Skip to content

Commit b3ada65

Browse files
committed
Fix typechecking
1 parent 1b0a0c7 commit b3ada65

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
@@ -964,7 +964,6 @@ const effectiveDataSingle = computed<EvolutionData>(() => {
964964
}
965965
966966
if (isDownloadsMetric.value && data.length) {
967-
const pkg = effectivePackageNames.value[0] ?? props.packageName ?? ''
968967
if (settings.value.chartFilter.anomaliesFixed) {
969968
data = applyHampelCorrection(data)
970969
}

0 commit comments

Comments
 (0)