Skip to content

Commit

Permalink
fix invocation meta for nats
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdarruda committed Jan 24, 2025
1 parent 6b98c27 commit 4996299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actors/actor/entity/invocation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ defmodule Actors.Actor.Entity.Invocation do
{"Actor-Parent", "#{id.parent}"},
{"Actor-Name", "#{id.name}"},
{"Actor-Action", "#{action}"},
{"Action-Metadata", Jason.encode!(request.metadata)}
{"Action-Metadata", Jason.encode!(request.current_context.metadata)}
]
)
end
Expand Down

0 comments on commit 4996299

Please sign in to comment.