Skip to content

Commit

Permalink
Merge pull request commanded#495 from qdentity/event-data_typespec
Browse files Browse the repository at this point in the history
Fix EventData typespec
  • Loading branch information
drteeth authored Sep 19, 2024
2 parents 59bd761 + b124cc3 commit 1c247b1
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 @@ -7,7 +7,7 @@ defmodule Commanded.EventStore.EventData do
@type uuid :: String.t()

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

0 comments on commit 1c247b1

Please sign in to comment.