Skip to content

Commit

Permalink
patch templates (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Mar 29, 2024
1 parent 23968a2 commit 39602d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ManualInstructions": [],
"args": {
"referenceType": "package",
"reference": "Microsoft.Azure.Functions.Worker.Extensions.DurableTask", "version": "1.0.0",
"reference": "Microsoft.Azure.Functions.Worker.Extensions.DurableTask", "version": "1.1.1",
"projectFileExtensions": ".csproj"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static async Task<HttpResponseData> HttpStart(

// Returns an HTTP 202 response with an instance management payload.
// See https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-http-api#start-orchestration
return client.CreateCheckStatusResponse(req, instanceId);
return await client.CreateCheckStatusResponseAsync(req, instanceId);
}
}
}

0 comments on commit 39602d6

Please sign in to comment.