Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 22, 2024
1 parent dbaee5e commit 711dce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/drivers/basic/ratelimit.go
Expand Up @@ -65,10 +65,10 @@ func init() {
})
}

// PluginTypeID implements the keppel.FederationDriver interface.
// PluginTypeID implements the keppel.RateLimitDriver interface.
func (d RateLimitDriver) PluginTypeID() string { return "basic" }

// Init implements the keppel.FederationDriver interface.
// Init implements the keppel.RateLimitDriver interface.
func (d RateLimitDriver) Init(ad keppel.AuthDriver, cfg keppel.Configuration) error {
for action, envVars := range envVars {
rate, err := parseRateLimit(envVars.RateLimit)
Expand Down

0 comments on commit 711dce8

Please sign in to comment.