Skip to content

Commit

Permalink
fix: added missing updated_by
Browse files Browse the repository at this point in the history
  • Loading branch information
drochow committed Dec 3, 2024
1 parent 6737168 commit 05425aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/issue/issue_handler_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func createIssueMatches(
issue_match := &entity.IssueMatch{
Metadata: entity.Metadata{
CreatedBy: user,
UpdatedBy: user,
},
UserId: user,
Status: entity.IssueMatchStatusValuesNew,
Expand Down

0 comments on commit 05425aa

Please sign in to comment.