Skip to content

Commit

Permalink
Post conflict errors
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Sep 25, 2024
1 parent 1cca5b0 commit b1b1171
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public static IServiceCollection AddRevitConverters(this IServiceCollection serv
serviceCollection.AddScoped<IRootToHostConverter, RevitRootToHostConverter>();
serviceCollection.AddSingleton(new RevitContext());

serviceCollection.AddSingleton(new RevitMaterialCacheSingleton());
serviceCollection.AddSingleton(new RevitToHostCacheSingleton());
serviceCollection.AddSingleton(new RevitToSpeckleCacheSingleton());

// POC: do we need ToSpeckleScalingService as is, do we need to interface it out?
serviceCollection.AddScoped<ScalingServiceToSpeckle>();
Expand Down

0 comments on commit b1b1171

Please sign in to comment.