From f531056bbd6adfccbe4b2e69abf31da4c95ff209 Mon Sep 17 00:00:00 2001 From: "yanlong.wang" Date: Thu, 26 Sep 2024 15:55:16 +0800 Subject: [PATCH] fix: pageshot not removed from page snapshot --- backend/functions/src/cloud-functions/crawler.ts | 3 ++- thinapps-shared | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/functions/src/cloud-functions/crawler.ts b/backend/functions/src/cloud-functions/crawler.ts index 8c5277f..e8cf2d5 100644 --- a/backend/functions/src/cloud-functions/crawler.ts +++ b/backend/functions/src/cloud-functions/crawler.ts @@ -484,7 +484,8 @@ export class CrawlerHost extends RPCHost { Buffer.from( JSON.stringify({ ...snapshot, - screenshot: undefined + screenshot: undefined, + pageshot: undefined, }), 'utf-8' ), diff --git a/thinapps-shared b/thinapps-shared index 79861a6..c2a3af9 160000 --- a/thinapps-shared +++ b/thinapps-shared @@ -1 +1 @@ -Subproject commit 79861a68601169f476ca29734abb4bb21c423382 +Subproject commit c2a3af9607d6a0ada64639d4f4e73bfc9c3e024f