From 0f239793d29284b11f222b00a1fed8a3a3a9c824 Mon Sep 17 00:00:00 2001 From: Yanlong Wang Date: Tue, 30 Jul 2024 20:11:55 +0800 Subject: [PATCH] fix: also recover screenshot pricing --- backend/functions/src/cloud-functions/crawler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/functions/src/cloud-functions/crawler.ts b/backend/functions/src/cloud-functions/crawler.ts index 5b2adfc..321d069 100644 --- a/backend/functions/src/cloud-functions/crawler.ts +++ b/backend/functions/src/cloud-functions/crawler.ts @@ -301,7 +301,7 @@ export class CrawlerHost extends RPCHost { return { ...this.getGeneralSnapshotMixins(snapshot), - html: snapshot.html, + // html: snapshot.html, screenshotUrl: snapshot.screenshotUrl, toString() { return this.screenshotUrl;