diff --git a/command/command_stubs_oss.go b/command/command_stubs_oss.go index d3c8549d00ec..b2573b6d9a01 100644 --- a/command/command_stubs_oss.go +++ b/command/command_stubs_oss.go @@ -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) {}