Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix: format go files
Browse files Browse the repository at this point in the history
  • Loading branch information
YCK1130 committed Jul 11, 2024
1 parent ab33a01 commit 6d9bdca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/github/v0/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type HookInfo struct {
type CreateWebHookResp struct {
HookInfo
}

func (githubClient *Client) extractHook(originalHook *github.Hook) HookInfo {
return HookInfo{
ID: originalHook.GetID(),
Expand Down

0 comments on commit 6d9bdca

Please sign in to comment.