Skip to content

Commit

Permalink
Fixed validation library importing
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Mar 16, 2023
1 parent bf230cd commit 9d77571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configuration/validation.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package configuration

import (
"github.com/go-playground/validator/v10"
validator "github.com/go-playground/validator/v10"
)

func Validate(config *UncorsConfig) error {
Expand Down

0 comments on commit 9d77571

Please sign in to comment.