Skip to content

Commit 3526acf

Browse files
committed
fix: add likes to noDepData
1 parent 48c905a commit 3526acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/composables/usePackageComparison.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ function createNoDependencyData(): PackageComparisonData {
303303
},
304304
isNoDependency: true,
305305
downloads: undefined,
306+
totalLikes: undefined,
306307
packageSize: 0,
307308
directDeps: 0,
308309
installSize: {

0 commit comments

Comments
 (0)