diff --git a/backend/functions/src/cloud-functions/crawler.ts b/backend/functions/src/cloud-functions/crawler.ts index 3c72f55..4ab4c11 100644 --- a/backend/functions/src/cloud-functions/crawler.ts +++ b/backend/functions/src/cloud-functions/crawler.ts @@ -148,7 +148,7 @@ ${this.content} return assignTransferProtocolMeta(`${formatted}`, { contentType: 'text/plain', envelope: null }); } - return this.formatSnapshot(lastScrapped); + return `${this.formatSnapshot(lastScrapped)}`; }