We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4b8e6 commit 77dd7dbCopy full SHA for 77dd7db
src/index.ts
@@ -22,7 +22,7 @@ octokit.rest.repos.listForOrg({org: organizationName}).then((response) => {
22
return;
23
}
24
25
- console.log(categoryLabel.description?.split(',').map((x) => x.trim()));
+ console.log(categoryLabel.description?.split(',').map((category) => category.trim()));
26
27
})
28
0 commit comments