We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0a0c7 commit b3ada65Copy full SHA for b3ada65
1 file changed
app/components/Package/TrendsChart.vue
@@ -964,7 +964,6 @@ const effectiveDataSingle = computed<EvolutionData>(() => {
964
}
965
966
if (isDownloadsMetric.value && data.length) {
967
- const pkg = effectivePackageNames.value[0] ?? props.packageName ?? ''
968
if (settings.value.chartFilter.anomaliesFixed) {
969
data = applyHampelCorrection(data)
970
0 commit comments