Skip to content

Commit

Permalink
gitops update updated (#5055)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashwatDadhich authored May 2, 2024
1 parent 87465ad commit 50d0f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gitops/GitOpsConfigService.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ func (impl *GitOpsConfigServiceImpl) updateGitOpsConfig(request *apiBean.GitOpsC
model.BitBucketWorkspaceId = request.BitBucketWorkspaceId
model.BitBucketProjectKey = request.BitBucketProjectKey
model.AllowCustomRepository = request.AllowCustomRepository
model.AuditLog = sql.AuditLog{UpdatedOn: time.Now(), UpdatedBy: request.UserId}
err = impl.gitOpsRepository.UpdateGitOpsConfig(model, tx)
if err != nil {
impl.logger.Errorw("error in updating team", "data", model, "err", err)
Expand Down

0 comments on commit 50d0f73

Please sign in to comment.