mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-19 06:55:56 +08:00
fix: pageshot not removed from page snapshot
This commit is contained in:
parent
8008e53d57
commit
f531056bbd
@ -484,7 +484,8 @@ export class CrawlerHost extends RPCHost {
|
||||
Buffer.from(
|
||||
JSON.stringify({
|
||||
...snapshot,
|
||||
screenshot: undefined
|
||||
screenshot: undefined,
|
||||
pageshot: undefined,
|
||||
}),
|
||||
'utf-8'
|
||||
),
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 79861a68601169f476ca29734abb4bb21c423382
|
||||
Subproject commit c2a3af9607d6a0ada64639d4f4e73bfc9c3e024f
|
Loading…
x
Reference in New Issue
Block a user