Skip to content

Commit

Permalink
fix: field name
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 committed Jun 18, 2024
1 parent 354e510 commit 3e8af74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/servicedata/servicedata.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (key Key) ToKeyLogData() KeyLogData {
Entity: auditEntityServiceDataKey,
URN: key.URN,
ProjectSlug: key.ProjectSlug,
Key: key.Key,
Key: key.Name,
Description: key.Description,
}
}

0 comments on commit 3e8af74

Please sign in to comment.