Skip to content

Commit b7f770f

Browse files
committed
...
1 parent dbaf13e commit b7f770f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pub_stats_collector/lib/repo/pub_repo.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class PubRepo {
234234
packageCount: packages.length,
235235
topPackage: topPackage,
236236
mostLikedPackage: mostLikedPackage.$1,
237-
mostDownloadedPackage: wrappers.first.package,
237+
mostDownloadedPackage: mostDownloadedPackage.$1,
238238
mostDependedPackage: mostDependedPackage.$1,
239239
lastUpdated: DateTime.timestamp(),
240240
);

0 commit comments

Comments
 (0)