mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-27 13:41:10 +01:00
remove setconfig from setDefaultRetentionMonthsInConfig (#27169)
This commit is contained in:
parent
7794593cb3
commit
ea47d24e59
@ -2047,9 +2047,6 @@ func (a *ActivityLog) setDefaultRetentionMonthsInConfig(ctx context.Context, inp
|
||||
if err := a.view.Put(ctx, entry); err != nil {
|
||||
return inputConfig, err
|
||||
}
|
||||
|
||||
// Set the new config on the activity log
|
||||
a.SetConfig(ctx, inputConfig)
|
||||
return inputConfig, nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user