移除 未使用的变量
This commit is contained in:
parent
17f3b7c8ec
commit
e3c47f2d10
@ -43,7 +43,7 @@ public function destroy(Request $request, $client_id = null): JsonResponse
|
||||
if ($client_id) {
|
||||
try {
|
||||
$client = $emqx->client($client_id);
|
||||
} catch (EmqxSupportException $e) {
|
||||
} catch (EmqxSupportException) {
|
||||
return $this->failed('client not found');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user