From de26dbbc96de3c09fb3dda3086f125f591a1cbd6 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 10 Apr 2023 00:55:47 +0330 Subject: fixed --- web/html/xui/inbounds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 728e62a0..2d6016f3 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -349,7 +349,7 @@ depleted.push(client.email); } else { if ((client.expiryTime > 0 && (client.expiryTime-now < this.expireDiff)) || - (client.total > 0 && (client.total-client.up+client.down < this.trafficDiff ))) expiring.push(client.email); + (client.total > 0 && (client.total-(client.up+client.down) < this.trafficDiff ))) expiring.push(client.email); } }); } else { -- cgit v1.2.3