We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9935ce commit 6b8df8aCopy full SHA for 6b8df8a
src/main/java/graphql/servlet/OsgiGraphQLServlet.java
@@ -214,7 +214,8 @@ protected Instrumentation getInstrumentation(GraphQLContext context) {
214
instrumentations.add(new DataLoaderDispatcherInstrumentation(registry));
215
216
return new ChainedInstrumentation(instrumentations);
217
- }) .map(Instrumentation.class::cast)
+ })
218
+ .map(Instrumentation.class::cast)
219
.orElse(instrumentationProvider.getInstrumentation());
220
}
221
0 commit comments