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 a29c7d3 commit 9cf5d8bCopy full SHA for 9cf5d8b
1 file changed
app/components/Package/TrendsChart.vue
@@ -976,7 +976,6 @@ const effectiveDataSingle = computed<EvolutionData>(() => {
976
}
977
978
if (isDownloadsMetric.value && data.length) {
979
- const pkg = effectivePackageNames.value[0] ?? props.packageName ?? ''
980
if (settings.value.chartFilter.anomaliesFixed) {
981
data = applyHampelCorrection(data)
982
0 commit comments