Merge pull request #1210 from bLueriVerLHR/main

Fix typo in stats_repository.dart
This commit is contained in:
Hiddify
2024-08-11 07:40:49 -04:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ class StatsRepositoryImpl
(event) => StatsEntity(
uplink: event.uplink,
downlink: event.downlink,
uplinkTotal: event.downlink,
uplinkTotal: event.uplinkTotal,
downlinkTotal: event.downlinkTotal,
),
)