Skip to content

Commit

Permalink
fix(projectEvents): add missing id (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybriffa authored Jan 22, 2024
1 parent b212bc7 commit 6cdb7a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ type (
Actor string `json:"actor"`
EventDesc string `json:"event_desc"`
EventType string `json:"event_type"`
ID string `json:"id"`
ServiceName string `json:"service_name"`
Time *time.Time `json:"time"`
}
Expand Down

0 comments on commit 6cdb7a6

Please sign in to comment.