Skip to content

Commit

Permalink
Remove unused provider prop
Browse files Browse the repository at this point in the history
  • Loading branch information
loganintech committed Mar 24, 2024
1 parent 7dc4825 commit 4759ead
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/providers/discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ import (
)

// Provider provider specific functions
type Provider struct {
UseSecureIDs bool
}
type Provider struct{}

var log *zap.SugaredLogger

Expand Down

0 comments on commit 4759ead

Please sign in to comment.