Skip to content

Commit a506cce

Browse files
chore: remove unused variable
1 parent b0f0485 commit a506cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const repositoryUrl = computed(() => {
239239
return url
240240
})
241241
242-
const { meta: repoMeta, repoRef, stars, starsLink } = useRepoMeta(repositoryUrl)
242+
const { repoRef, stars, starsLink } = useRepoMeta(repositoryUrl)
243243
244244
const PROVIDER_ICONS: Record<string, string> = {
245245
github: 'i-carbon:logo-github',

0 commit comments

Comments
 (0)