From 95882aa5b308832102ac8a206d300bf6f5436bfb Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 30 May 2026 22:39:47 +0300 Subject: [PATCH] version corrected --- patches/patches.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patches.json b/patches/patches.json index 6f8f455..08cde3c 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -2587,7 +2587,7 @@ "fixHomeV2EmptyResponseCheck": { "version": { "fr": "1.1.92", - "to": "1.2.45" + "to": "1.2.44" }, "match": "(\"HomeResponsePayload\"[\\s\\S]{0,500}?)0\\s*===\\s*([A-Za-z_$][\\w$]*)\\.sectionContainer\\.sections\\.totalCount\\s*\\|\\|\\s*0\\s*===\\s*\\2\\.sectionContainer\\.sections\\.items\\.length", "replace": "$1!Array.isArray(null==$2||null==$2.sectionContainer||null==$2.sectionContainer.sections?void 0:$2.sectionContainer.sections.items)||0===$2.sectionContainer.sections.items.length"