Skip to content

Commit

Permalink
bugfix: Improve log message for GitHub trending update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Sep 16, 2024
1 parent f9bc501 commit c9d09c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/nestjs-libraries/src/services/trending.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
}

0 comments on commit c9d09c3

Please sign in to comment.