Skip to content

Commit 1942cdc

Browse files
committed
Oops
1 parent 6df0018 commit 1942cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/storage.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ pub fn internet_points(database: Database) -> Result(InternetPoints, Error) {
554554
package_counts: acc.package_counts
555555
|> dict.to_list
556556
|> list.sort(fn(a, b) { string.compare(a.0, b.0) }),
557-
release_counts: acc.package_counts
557+
release_counts: acc.release_counts
558558
|> dict.to_list
559559
|> list.sort(fn(a, b) { string.compare(a.0, b.0) }),
560560
owner_download_counts: acc.owner_download_counts

0 commit comments

Comments
 (0)