diff --git a/lib/features/stats/data/stats_repository.dart b/lib/features/stats/data/stats_repository.dart index 49025344..c59024ad 100644 --- a/lib/features/stats/data/stats_repository.dart +++ b/lib/features/stats/data/stats_repository.dart @@ -24,7 +24,7 @@ class StatsRepositoryImpl (event) => StatsEntity( uplink: event.uplink, downlink: event.downlink, - uplinkTotal: event.downlink, + uplinkTotal: event.uplinkTotal, downlinkTotal: event.downlinkTotal, ), )