mirror of https://github.com/harness/drone.git
fix: [CODE-2896]: Audit logs data on create repo by the migrator (#3112)
parent
8abfe73a37
commit
a9fed4271a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue