We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83281c4 commit 0ba1dfbCopy full SHA for 0ba1dfb
1 file changed
solid/lib/BaseServerConfig.php
@@ -96,7 +96,7 @@ public function getClients() {
96
$clients[] = [
97
"clientId" => $matches[1],
98
"clientName" => $clientRegistration['client_name'],
99
- "clientBlocked" => $clientRegistration['blocked']
+ "clientBlocked" => $clientRegistration['blocked'] ?? false,
100
];
101
}
102
0 commit comments