diff --git a/src/Controllers/TomApi/Tg/HookController.php b/src/Controllers/TomApi/Tg/HookController.php index 07f491ac..89194047 100755 --- a/src/Controllers/TomApi/Tg/HookController.php +++ b/src/Controllers/TomApi/Tg/HookController.php @@ -688,7 +688,7 @@ final class HookController $row['custom_config'] = json_decode($row['custom_config']); $row['dynamic_rate_config'] = json_decode($row['dynamic_rate_config']); - $row['node_bandwidth_limit'] = Tools::flowToGB($row['custom_config']); + $row['node_bandwidth_limit'] = Tools::flowToGB($row['node_bandwidth_limit']); $row['node_bandwidth'] = Tools::flowToGB($row['node_bandwidth']); $row['node_heartbeat'] = date('Y-m-d H:i:s', $row['node_heartbeat']);