From 8305cad3266f799f7c8f11e1b3503ea07dc780dd Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Thu, 2 Feb 2023 18:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/Bika.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Bika.js b/model/Bika.js index a20d440..abad568 100644 --- a/model/Bika.js +++ b/model/Bika.js @@ -21,7 +21,7 @@ export default new (class { if (!await redis.get('yenai:bika:directConnection')) { this.imgproxy = 'https://p.sesepic.top/static/' } else { - this.imgproxy = false + this.imgproxy = undefined } this.imageQuality = await redis.get('yenai:bika:imageQuality') ?? 'medium' }