Skip to content

Commit 5a8029f

Browse files
committed
don't log unsupported action
1 parent 9cfc0f3 commit 5a8029f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ function connect() {
675675
break;
676676
}
677677
default:
678-
console.log(`Unsupported action ${eventAttributes["action"]}`);
678+
// console.log(`Unsupported action ${eventAttributes["action"]}`);
679679
}
680680

681681
const keysToCheck = ["RepositoryOwnerId", "RepositoryOwnerType"];

0 commit comments

Comments
 (0)