mirror of
https://github.com/hernikplays/freelo-action.git
synced 2024-11-10 02:38:06 +01:00
chore: want login
This commit is contained in:
parent
bbd8134892
commit
8208aeca44
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue