Skip to content

Commit

Permalink
Merge branch 'branch/v17' into bernard/backport-49375-branch/v17
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim authored Dec 3, 2024
2 parents 5289ae0 + 20aec3a commit c9f6cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/usertasks/usertasksv1/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (s *Service) emitCreateAuditEvent(ctx context.Context, req *usertasksv1.Use
func userTaskToUserTaskStateEvent(ut *usertasksv1.UserTask) *usagereporter.UserTaskStateEvent {
ret := &usagereporter.UserTaskStateEvent{
TaskType: ut.GetSpec().GetTaskType(),
IssueType: ut.GetSpec().GetTaskType(),
IssueType: ut.GetSpec().GetIssueType(),
State: ut.GetSpec().GetState(),
}
if ut.GetSpec().GetTaskType() == usertasks.TaskTypeDiscoverEC2 {
Expand Down

0 comments on commit c9f6cca

Please sign in to comment.