Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anvari1313 committed Jun 21, 2024
1 parent 7693ebd commit 61b03d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/api/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import (

"github.com/gofiber/fiber/v2"
"github.com/golang-jwt/jwt/v5"
"github.com/snapp-incubator/soteria/internal/authenticator"
"go.opentelemetry.io/otel/attribute"
"go.uber.org/zap"

"github.com/snapp-incubator/soteria/internal/authenticator"
)

// AuthRequest is the body payload structure of the auth endpoint.
Expand Down

0 comments on commit 61b03d3

Please sign in to comment.