chore: want login

This commit is contained in:
Matyáš Caras 2024-07-30 17:43:42 +02:00
parent bbd8134892
commit 8208aeca44
Signed by: hernik
GPG key ID: 2A3175F98820C5C6
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -45403,7 +45403,7 @@ try {
format: "html"
}
})).data.filter((i) => i.user?.type === "Bot");
console.log(comment2[0].user?.name);
console.log(comment2[0].user?.login);
if (comment2.length === 0)
break;
console.log(comment2.length);

View file

@ -135,7 +135,7 @@ try {
).data.filter(
(i) => i.user?.type === "Bot",
);
console.log(comment[0].user?.name)
console.log(comment[0].user?.login)
if (comment.length === 0) break; // not a Freelo task, skip
console.log(comment.length);
console.log(comment[0].body_html);