no message

This commit is contained in:
hellcat 2025-11-29 19:06:28 +08:00
parent 5def8ddbbe
commit f356c6e66b

View File

@ -20,6 +20,7 @@ final class SS extends Base
}
$nodes_raw = Subscribe::getUserNodes($user);
$node_custom_config = json_decode($nodes_raw->custom_config, true);
foreach ($nodes_raw as $node_raw) {
if ((int) $node_raw->sort === 0) {