Skip to content

Commit

Permalink
Merge pull request #432 from openinfradev/audit_fix
Browse files Browse the repository at this point in the history
trivial. fix typo
  • Loading branch information
ktkfree authored Apr 25, 2024
2 parents 32d8bef + 0dc9934 commit 5ef6b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/repository/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (r *AuditRepository) Create(ctx context.Context, dto model.Audit) (auditId
Message: dto.Message,
Description: dto.Description,
ClientIP: dto.ClientIP,
UserId: &dto.ID,
UserId: dto.UserId,
UserAccountId: dto.UserAccountId,
UserName: dto.UserName,
UserRoles: dto.UserRoles,
Expand Down

0 comments on commit 5ef6b96

Please sign in to comment.