Skip to content

Commit 1757493

Browse files
author
MakMuftic
committed
fix lint in main
1 parent 3ae3e18 commit 1757493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func main() {
6767
}
6868

6969
logger := configureLogger()
70-
startMetricsServer(uint(config.Metrics.Port))
70+
startMetricsServer(config.Metrics.Port)
7171

7272
r := chi.NewRouter()
7373
r.Use(httplog.RequestLogger(logger))
@@ -115,6 +115,7 @@ func resolveConfigPath(config string, isENV bool) string {
115115
if isENV {
116116
return "GATEWAY_CONFIG"
117117
}
118+
118119
return config
119120
}
120121

0 commit comments

Comments
 (0)