We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9e42ce + 4d21b77 commit 9915ea7Copy full SHA for 9915ea7
apps/workers/src/app/stars.controller.ts
@@ -13,7 +13,7 @@ export class StarsController {
13
) {}
14
@EventPattern('check_stars', Transport.REDIS)
15
async checkStars(data: { login: string }) {
16
- // 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
17
const loadedHtml = await (
18
await fetch(`https://github.com/${data.login}`)
19
).text();
0 commit comments