Spaces:
Build error
Build error
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
|
|
|
|
| 1 |
+
Subproject commit c2a3af9607d6a0ada64639d4f4e73bfc9c3e024f
|