移除 未使用的变量

This commit is contained in:
iVampireSP.com 2023-02-07 17:02:14 +08:00
parent 17f3b7c8ec
commit e3c47f2d10
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -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');
}