@@ -80,8 +80,6 @@ class Issue extends BaseController
} else {
$list = null;
}
-
} catch (ValidationException $e) {
return $this->error($e->validator->errors()->first());
} catch (Exception $e) {