fix: correct comment typo

This commit is contained in:
Enno Gelhaus 2025-06-04 10:25:25 +02:00
parent a9e42ce31d
commit 4d21b775a0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export class StarsController {
) {}
@EventPattern('check_stars', Transport.REDIS)
async checkStars(data: { login: string }) {
// no to be effected by the limit, we scrape the HTML instead of using the API
// not to be affected by the limit, we scrape the HTML instead of using the API
const loadedHtml = await (
await fetch(`https://github.com/${data.login}`)
).text();