mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
remove setconfig from setDefaultRetentionMonthsInConfig (#27169)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user