Skip to content

Commit

Permalink
Update ContainerRegistration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
clairekuang committed Jul 3, 2024
1 parent 1ca0968 commit 6eda26d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ this SpeckleContainerBuilder builder
where THostToSpeckleUnitConverter : class, IHostToSpeckleUnitConverter<THostUnits>
{
builder.AddScoped<IHostToSpeckleUnitConverter<THostUnits>, THostToSpeckleUnitConverter>();
builder.RegisterRawConverters();
builder.RegisterRawConversions();
}
}

0 comments on commit 6eda26d

Please sign in to comment.