Spaces:
Build error
Build error
fix: also recover screenshot pricing
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -301,7 +301,7 @@ export class CrawlerHost extends RPCHost {
|
|
| 301 |
|
| 302 |
return {
|
| 303 |
...this.getGeneralSnapshotMixins(snapshot),
|
| 304 |
-
html: snapshot.html,
|
| 305 |
screenshotUrl: snapshot.screenshotUrl,
|
| 306 |
toString() {
|
| 307 |
return this.screenshotUrl;
|
|
|
|
| 301 |
|
| 302 |
return {
|
| 303 |
...this.getGeneralSnapshotMixins(snapshot),
|
| 304 |
+
// html: snapshot.html,
|
| 305 |
screenshotUrl: snapshot.screenshotUrl,
|
| 306 |
toString() {
|
| 307 |
return this.screenshotUrl;
|