Skip to content

Commit

Permalink
Update lib/commanded/event_store/event_data.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Jayson Vantuyl <[email protected]>
  • Loading branch information
dvic and jvantuyl authored Sep 18, 2024
1 parent 384bf7f commit b124cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commanded/event_store/event_data.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Commanded.EventStore.EventData do

@type t :: %Commanded.EventStore.EventData{
causation_id: uuid() | nil,
correlation_id: uuid() | nil,
correlation_id: uuid(),
event_type: String.t(),
data: struct(),
metadata: map()
Expand Down

0 comments on commit b124cc3

Please sign in to comment.