mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-08-12 20:31:48 +00:00
panic #42
This commit is contained in:
@@ -113,7 +113,7 @@ func (c *Controller) getTraffic(email string) (up int64, down int64, upCounter s
|
||||
} else {
|
||||
upCounter = nil
|
||||
}
|
||||
if downCounter != nil && upCounter.Value() != 0 {
|
||||
if downCounter != nil && downCounter.Value() != 0 {
|
||||
down = downCounter.Value()
|
||||
} else {
|
||||
downCounter = nil
|
||||
|
Reference in New Issue
Block a user