Skip to content

Commit

Permalink
bump local golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jun 19, 2024
1 parent 50a9f51 commit 2b75179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/entities/auth/base/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type Params struct {

func NewParams(webAuthProvider soth.Provider, mobileAuthProvider soth.Provider, applicationURL string, router fiber.Router, db *gorm.DB, emailer email.Emailer, validate *validator.Validate, providers ...soth.Provider,
) Params {

return Params{
webAuthProvider: webAuthProvider,
mobileAuthProvider: mobileAuthProvider,
Expand Down

0 comments on commit 2b75179

Please sign in to comment.