Skip to content

Commit

Permalink
Update bundle.go
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Jul 23, 2024
1 parent 2a9b167 commit 3db339a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundle/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var ConfigDefault = Config{
}

// New ...
// nolint:gocyclo
func New(config ...Config) fiber.Handler {
cfg := configDefault(config...)

Expand Down

0 comments on commit 3db339a

Please sign in to comment.