Skip to content

Commit

Permalink
backport of commit ea47d24 (#27179)
Browse files Browse the repository at this point in the history
Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
  • Loading branch information
1 parent 185548c commit fc39592
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 @@ -1936,9 +1936,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 fc39592

Please sign in to comment.