Skip to content

Commit

Permalink
Fix a lint error
Browse files Browse the repository at this point in the history
Fixes #420
  • Loading branch information
enobufs committed Dec 30, 2024
1 parent f6d1385 commit 7abea34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/allocation/allocation_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ import (
"github.com/pion/logging"
)

// Context contains contextual information for TURN server allocation tasks.
// It provides necessary context for the allocation of relay addresses and related
// operations during the TURN server's handling of allocation requests.
// Metadata contains contextual information for TURN server allocation tasks.
type Metadata struct {
Realm string
Username string
Expand Down

0 comments on commit 7abea34

Please sign in to comment.