rebase fix

This commit is contained in:
Ilya Kreymer 2025-11-27 22:41:34 -08:00
parent 7c37672ae9
commit 9db0872ecc

View file

@ -1390,7 +1390,10 @@ return inx;
async markProfileUploaded(result: UploadResult & { modified?: string }) {
result.modified = this._timestamp();
await this.redis.set(`${this.key}:profileUploaded`, JSON.stringify(result));
await this.redis.set(
`${this.crawlId}:profileUploaded`,
JSON.stringify(result),
);
}
// DEPENDENT CRAWLS FOR DEDUPE