From 78ef14b99b5da51d616d0898fe9fdbc41235f257 Mon Sep 17 00:00:00 2001 From: Mekan1206 Date: Thu, 19 Feb 2026 17:57:01 +0500 Subject: [PATCH] WIP --- .../Resources/Api/V1/Channel/Resources/ChannelMediaResource.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Resources/Api/V1/Channel/Resources/ChannelMediaResource.php b/app/Http/Resources/Api/V1/Channel/Resources/ChannelMediaResource.php index 166c3b4..af4cb3f 100644 --- a/app/Http/Resources/Api/V1/Channel/Resources/ChannelMediaResource.php +++ b/app/Http/Resources/Api/V1/Channel/Resources/ChannelMediaResource.php @@ -17,7 +17,6 @@ class ChannelMediaResource extends JsonResource return [ 'thumbnail' => $this->getUrl(), 'images_400x400' => $this->getUrl('thumb400x400'), - 'images_720x720' => $this->getUrl('thumb720x720'), 'images_800x800' => $this->getUrl('thumb800x800'), 'images_1200x1200' => $this->getUrl('thumb1200x1200'), ];