Skip to content

Commit

Permalink
fix: payload user type
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Nov 5, 2023
1 parent 4926daf commit 776938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export enum GitHubEvent {
export enum UserType {
User = "User",
Bot = "Bot",
// Organization = "Organization",
Organization = "Organization",
}

export enum IssueType {
Expand Down

0 comments on commit 776938a

Please sign in to comment.