This commit is contained in:
Yanlong Wang 2024-04-12 14:17:30 +08:00
parent 2da1b7f3a5
commit be7eeec11b
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -148,7 +148,7 @@ ${this.content}
return assignTransferProtocolMeta(`${formatted}`, { contentType: 'text/plain', envelope: null });
}
return this.formatSnapshot(lastScrapped);
return `${this.formatSnapshot(lastScrapped)}`;
}