Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Aug 30, 2024
1 parent ddc8a0f commit b84aee0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31130,7 +31130,6 @@ async function run() {
labelsByOrganization.forEach(async (value, key) => {
await client.rest.orgs.listMembers({org: key}).then((listMembers) => {
listMembers.data.forEach(async (member) => {
console.log(member.login);
if (member.login === author) {
for (const label of value) {
try {
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ async function run() {
labelsByOrganization.forEach(async (value, key) => {
await client.rest.orgs.listMembers({org: key}).then((listMembers) => {
listMembers.data.forEach(async (member) => {
console.log(member.login);
if (member.login === author) {
for (const label of value) {
try {
Expand Down

0 comments on commit b84aee0

Please sign in to comment.