Skip to content

Commit

Permalink
Remove unused code by updating headless
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Aug 19, 2024
1 parent 1d3f034 commit a0d2277
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NineChronicles.DataProvider/GraphQLStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public void ConfigureServices(IServiceCollection services)
.AddDataLoader()
.AddGraphTypes(typeof(NineChroniclesSummarySchema))
.AddGraphTypes(typeof(StandaloneSchema))
.AddLibplanetExplorer()
.AddUserContextBuilder<UserContextBuilder>();
.AddLibplanetExplorer();
services.AddSingleton<StateMemoryCache>();
services.AddGraphTypes();
services.AddSingleton<NineChroniclesSummarySchema>();
Expand Down

0 comments on commit a0d2277

Please sign in to comment.