nomagick commited on
Commit
f531056
·
unverified ·
1 Parent(s): 8008e53

fix: pageshot not removed from page snapshot

Browse files
backend/functions/src/cloud-functions/crawler.ts CHANGED
@@ -484,7 +484,8 @@ export class CrawlerHost extends RPCHost {
484
  Buffer.from(
485
  JSON.stringify({
486
  ...snapshot,
487
- screenshot: undefined
 
488
  }),
489
  'utf-8'
490
  ),
 
484
  Buffer.from(
485
  JSON.stringify({
486
  ...snapshot,
487
+ screenshot: undefined,
488
+ pageshot: undefined,
489
  }),
490
  'utf-8'
491
  ),
thinapps-shared CHANGED
@@ -1 +1 @@
1
- Subproject commit 79861a68601169f476ca29734abb4bb21c423382
 
1
+ Subproject commit c2a3af9607d6a0ada64639d4f4e73bfc9c3e024f