bugfix: Improve log message for GitHub trending update
This commit is contained in:
parent
f9bc501c94
commit
c9d09c3d1e
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue