Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Ya-Jun committed Jul 20, 2023
1 parent 459e159 commit 4a9ed83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core-api/pkg/middleware/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

func TestAPILogger(t *testing.T) {
logging.InitLogger(&config.Logger{})
logging.InitLogger(&config.Config{})

r := gin.Default()
r.Use(APILogger())
Expand Down

0 comments on commit 4a9ed83

Please sign in to comment.