event.id to string
All checks were successful
Build and Publish / build-release (push) Successful in 1m28s
All checks were successful
Build and Publish / build-release (push) Successful in 1m28s
This commit is contained in:
@@ -30,7 +30,7 @@ defmodule WorkloadService.Handlers.TaskCompletedHandler do
|
||||
case Aggregate.aggregate_state(
|
||||
WorkloadService.CommandedApp,
|
||||
module,
|
||||
event.id
|
||||
to_string(event.id)
|
||||
) do
|
||||
nil ->
|
||||
Logger.warning("TaskCompletedHandler: aggregate not found for #{event.id}")
|
||||
|
||||
Reference in New Issue
Block a user