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 f475794 commit d1310e8Copy full SHA for d1310e8
1 file changed
app/components/PackageDownloadAnalytics.vue
@@ -456,7 +456,7 @@ const config = computed(() => ({
456
loadFile(url, `${packageName}-${selectedGranularity.value}.csv`)
457
URL.revokeObjectURL(url)
458
},
459
- svg: ({ blob }: { blob: Blob}) => {
+ svg: ({ blob }: { blob: Blob }) => {
460
const url = URL.createObjectURL(blob)
461
loadFile(url, `${packageName}-${selectedGranularity.value}.svg`)
462
0 commit comments