This commit is contained in:
Jeffrey Paul 2024-06-14 05:47:29 -07:00
parent ea0c84547f
commit 278cb73053
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ type Event struct {
Data json.RawMessage `json:"data"`
}
func NewEvent(level, message string, data json.RawMessage) Event {
return Event{
ID: uuid.New(),