Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
suba327777 committed Apr 28, 2024
1 parent 9352747 commit f7e82cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
)

func MountainHandler() ([]byte, error) {

username := os.Getenv("USERNAME")
if len(username) == 0 {
return nil, errors.New("USERNAME is not set")
Expand Down
1 change: 0 additions & 1 deletion api/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ func commitsPeriodCount(commitsPerodCount map[string]int) int {
}

return count

}

0 comments on commit f7e82cb

Please sign in to comment.