Spaces:
Build error
Build error
fix
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -148,7 +148,7 @@ ${this.content}
|
|
| 148 |
return assignTransferProtocolMeta(`${formatted}`, { contentType: 'text/plain', envelope: null });
|
| 149 |
}
|
| 150 |
|
| 151 |
-
return this.formatSnapshot(lastScrapped);
|
| 152 |
}
|
| 153 |
|
| 154 |
|
|
|
|
| 148 |
return assignTransferProtocolMeta(`${formatted}`, { contentType: 'text/plain', envelope: null });
|
| 149 |
}
|
| 150 |
|
| 151 |
+
return `${this.formatSnapshot(lastScrapped)}`;
|
| 152 |
}
|
| 153 |
|
| 154 |
|