Skip to content

Commit 3f4b8e6

Browse files
committed
Update index.ts
1 parent 8ff1fe7 commit 3f4b8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ octokit.rest.repos.listForOrg({org: organizationName}).then((response) => {
2222
return;
2323
}
2424

25-
console.log(categoryLabel);
25+
console.log(categoryLabel.description?.split(',').map((x) => x.trim()));
2626

2727
})
2828
})

0 commit comments

Comments
 (0)