Skip to content

Commit

Permalink
fix(middleware): include missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
vhespanha committed Jan 23, 2025
1 parent 09bb38a commit 709e1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware/keyauth/keyauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"strings"

"github.com/gofiber/fiber/v3"
"github.com/gofiber/fiber/v3/log"
)

// The contextKey type is unexported to prevent collisions with context keys defined in
Expand Down

0 comments on commit 709e1bf

Please sign in to comment.