Skip to content

Commit

Permalink
Dialyzer for events
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobalsini committed Aug 9, 2024
1 parent 06c06e0 commit 3ffdc0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commanded/commands/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ defmodule Commanded.Commands.Router do
| {:ok, aggregate_state :: struct()}
| {:ok, aggregate_version :: non_neg_integer()}
| {:ok, execution_result :: ExecutionResult.t()}
| {:ok, events :: list()}
| {:error, :unregistered_command}
| {:error, :consistency_timeout}
| {:error, reason :: term()}
Expand Down

0 comments on commit 3ffdc0d

Please sign in to comment.