From 641460a6530410949a3550a9329344727766bf49 Mon Sep 17 00:00:00 2001 From: hellcat Date: Mon, 27 Jul 2026 18:54:34 +0800 Subject: [PATCH] no message --- app/Services/CacheTg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CacheTg.php b/app/Services/CacheTg.php index 17790f4d..07ee6e97 100755 --- a/app/Services/CacheTg.php +++ b/app/Services/CacheTg.php @@ -189,7 +189,7 @@ final class CacheTg $jDefaultThumbUse = Option::where("k", "cache_tg_new::default_thumb_use::{$sGroupCode}")->first()?->k; - if (!$aDefaultThumbUse) { + if (!$jDefaultThumbUse) { $jDefaultThumbUse = Option::where("k", "cache_tg_new::default_thumb_use")->first()?->k; }