Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public static void AddActors(this IServiceCollection? services, Action<ActorRunt
JsonSerializerOptions = options.JsonSerializerOptions,
DaprApiToken = options.DaprApiToken,
HttpEndpoint = options.HttpEndpoint,
UseJsonSerialization = options.UseJsonSerialization
}
};

Expand Down
Loading