Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Nov 29, 2021
1 parent 310fe4b commit 42784ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snittlistan.Web/Areas/V2/Controllers/Api/TaskController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public async Task<IHttpActionResult> Post(TaskRequest request)
correlationId,
messageId,
MsmqTransaction);
messageContext.PublishMessageDelegate = async (task, tenantId, causationId, msmqTransaction) =>
messageContext.PublishMessageDelegate = async (task, tenant, causationId, msmqTransaction) =>
await DoPublishMessage(request, task, tenant, causationId, msmqTransaction);

Task task = (Task)handleMethod.Invoke(handler, new[] { messageContext });
Expand Down

0 comments on commit 42784ba

Please sign in to comment.