Skip to content

Commit dcbf62b

Browse files
author
Sophia Tevosyan
committed
had a mistake in the LoadAndRun path
1 parent bbe2d2d commit dcbf62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Worker/Grpc/GrpcOrchestrationRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static string LoadAndRun(
8484
ITaskOrchestrator implementation,
8585
IServiceProvider? services = null)
8686
{
87-
return LoadAndRun(encodedOrchestratorRequest, implementation, services);
87+
return LoadAndRun(encodedOrchestratorRequest, implementation, extendedSessionsCache: null, services: services);
8888
}
8989

9090
/// <summary>

0 commit comments

Comments
 (0)