Skip to content

Commit

Permalink
Fix wrong config reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi committed Oct 4, 2024
1 parent 1491f2d commit 4c1bd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/command_stubs_oss.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func entGetFIPSInfoKey() string {
return ""
}

func entCheckRequestLimiter(_cmd *ServerCommand, _coreConfig vault.CoreConfig) {
func entCheckRequestLimiter(_cmd *ServerCommand, _config server.Config) {
}

func entExtendAddonHandlers(handlers *vaultHandlers) {}

0 comments on commit 4c1bd31

Please sign in to comment.