Skip to content

Commit 9915ea7

Browse files
authored
Merge pull request #778 from gitroomhq/codex/kommentar-in-zeile-16-aktualisieren
Fix comment typo in stars controller
2 parents a9e42ce + 4d21b77 commit 9915ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/workers/src/app/stars.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class StarsController {
1313
) {}
1414
@EventPattern('check_stars', Transport.REDIS)
1515
async checkStars(data: { login: string }) {
16-
// no to be effected by the limit, we scrape the HTML instead of using the API
16+
// not to be affected by the limit, we scrape the HTML instead of using the API
1717
const loadedHtml = await (
1818
await fetch(`https://github.com/${data.login}`)
1919
).text();

0 commit comments

Comments
 (0)