@@ -567,7 +567,6 @@ class NewsService implements NewsServiceInterface
*/
public function getWebsiteArticlett(array $data): array
{
-
$category = WebsiteCategory::where('website_id', $data['website_id'])->pluck('category_id');
$result = [];
if ($category) {