Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Jan 18, 2024
1 parent aa75a5c commit a62a671
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions src/WebJobs.Extensions.DurableTask/OutOfProcMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,30 +271,7 @@ public async Task CallEntityAsync(DispatchMiddlewareContext dispatchContext, Fun

if (entityId.EntityName?.StartsWith("openai::", StringComparison.OrdinalIgnoreCase) ?? false)
{
try
{
await next();
}
catch (Exception hostRuntimeException)
{
try
{
await next();
}
catch (Exception hostRuntimeException2)
{
try
{
await next();
}
catch (Exception hostRuntimeException3)
{
var lol = hostRuntimeException3;
}

}
}

await next();
return;
}

Expand Down

0 comments on commit a62a671

Please sign in to comment.