Skip to content

Commit

Permalink
fix lambda config
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed May 5, 2024
1 parent cdc2777 commit cdb78d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/api/config_lambda.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

func echoPort() int {
port, _ = strconv.Atoi(os.Getenv("AWS_LWA_PORT"))
port, _ := strconv.Atoi(os.Getenv("AWS_LWA_PORT"))
return cmp.Or(port, 8080)
}

Expand Down

0 comments on commit cdb78d8

Please sign in to comment.