Skip to content

Commit eada702

Browse files
committed
fix: Fix typo in GitHubWebHook type
1 parent d5eeab4 commit eada702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export type GitHubWebHook = {
33
repository: Repository;
44
pusher: Pusher;
55
head_commit: Commit;
6-
commits: Commits[];
6+
commits: Commit[];
77
};
88

99
export type Repository = {

0 commit comments

Comments
 (0)