Skip to content

Commit

Permalink
Merge pull request #8 from djengua/task/add-static-check
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
djengua committed Dec 19, 2023
2 parents e55bb60 + 47ce6d2 commit c89af6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func main() {
addr := fmt.Sprintf(":%s", os.Getenv("PORT"), "error")
addr := fmt.Sprintf(":%s", os.Getenv("PORT"))
if addr == ":" {
addr = ":8080"
}
Expand Down

0 comments on commit c89af6e

Please sign in to comment.