fix typo in stats_repository.dart
This commit is contained in:
@@ -24,7 +24,7 @@ class StatsRepositoryImpl
|
||||
(event) => StatsEntity(
|
||||
uplink: event.uplink,
|
||||
downlink: event.downlink,
|
||||
uplinkTotal: event.downlink,
|
||||
uplinkTotal: event.uplinkTotal,
|
||||
downlinkTotal: event.downlinkTotal,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user