Skip to content

Commit 627beeb

Browse files
committed
oss/ent change
1 parent 084df2b commit 627beeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployment/common/deploymentConfigService.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (impl *DeploymentConfigServiceImpl) CreateOrUpdateConfigInBulk(tx *pg.Tx, c
120120
dbObjUpdate := make([]*deploymentConfig.DeploymentConfig, len(configToBeUpdated))
121121
for i := range configToBeUpdated {
122122
dbObj := ConvertDeploymentConfigDTOToDbObj(configToBeUpdated[i])
123-
dbObj.AuditLog.CreateAuditLog(userId)
123+
dbObj.AuditLog.UpdateAuditLog(userId)
124124
dbObjUpdate = append(dbObjUpdate, dbObj)
125125
}
126126

0 commit comments

Comments
 (0)