fix: [CODE-2896]: Audit logs data on create repo by the migrator (#3112)

pull/3597/head
Atefeh Mohseni Ejiyeh 2024-12-05 01:31:07 +00:00 committed by Harness
parent 8abfe73a37
commit a9fed4271a
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ func (c *Controller) CreateRepo(
Repository: *repo,
IsPublic: isRepoPublic,
}),
audit.WithData("created by", "migrator"),
)
if err != nil {
log.Warn().Msgf("failed to insert audit log for import repository operation: %s", err)