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 65e03e0 commit 9c74387Copy full SHA for 9c74387
app/lib/service/download_counts/computations.dart
@@ -52,7 +52,7 @@ Future<({List<int> weeklyPoints, DateTime? newestDate})> computeWeeklyDownloads(
52
return (weeklyPoints: <int>[], newestDate: null);
53
}
54
55
- final totals = countData!.totalCounts;
+ final totals = countData.totalCounts;
56
57
var sum = 0;
58
for (int i = 0; i < 52 * 7; i++) {
0 commit comments