Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
events: Update Project field to be a project ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin-devops committed Jul 27, 2023
1 parent d060729 commit 5528c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/serverstate/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

type Event struct {
Application *gen.Ref_Application
Project *gen.Project
Project *gen.Ref_Project
EventTimestamp time.Time
EventType string
EventData []byte
Expand Down

0 comments on commit 5528c00

Please sign in to comment.