Skip to content

Commit

Permalink
Remove temporary file and non-go style comment
Browse files Browse the repository at this point in the history
The temporary file was guaranteed accidentally committed and the comment
is not Go style and empty.
  • Loading branch information
hnnsgstfssn committed Jan 20, 2025
1 parent c3b3132 commit fe23ded
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
93 changes: 0 additions & 93 deletions internal/pkg/githubapi/.tmpMJcSWN

This file was deleted.

5 changes: 0 additions & 5 deletions internal/pkg/githubapi/webhook_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ import (
"golang.org/x/exp/maps"
)

// @Title
// @Description
// @Author
// @Update

func generateListOfChangedFiles(eventPayload *github.PushEvent) []string {
fileList := map[string]bool{} // using map for uniqueness

Expand Down

0 comments on commit fe23ded

Please sign in to comment.