mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Update backwards compat fix from 5913
This commit is contained in:
@@ -353,6 +353,9 @@ func (p *Predict) plugins(pluginTypes ...consts.PluginType) []string {
|
||||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
if result == nil {
|
||||
return nil
|
||||
}
|
||||
for _, names := range result.PluginsByType {
|
||||
for _, name := range names {
|
||||
if _, ok := pluginsAdded[name]; !ok {
|
||||
|
||||
Reference in New Issue
Block a user