bugfix: Improve log message for GitHub trending update

This commit is contained in:
jamesread 2024-09-16 09:38:12 +01:00
parent f9bc501c94
commit c9d09c3d1e
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ export class TrendingService {
});
const hashedNames = md5(arr.map(p => p.name).join(''));
console.log(language, hashedNames);
console.log('Updating GitHub trending topic', language, hashedNames);
await this._starsService.updateTrending(language.name, hashedNames, arr);
}
}
}
}