Skip to content

Commit

Permalink
backport of commit ea47d24
Browse files Browse the repository at this point in the history
  • Loading branch information
akshya96 authored May 22, 2024
1 parent 9882dda commit 4958105
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vault/activity_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -1941,9 +1941,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
}

Expand Down

0 comments on commit 4958105

Please sign in to comment.