nomagick commited on
Commit
be7eeec
·
unverified ·
1 Parent(s): 2da1b7f
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