Skip to content

Commit 18fa1fa

Browse files
bbakermanCopilot
andauthored
Update src/main/java/graphql/execution/SubscriptionExecutionStrategy.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a224614 commit 18fa1fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/graphql/execution/SubscriptionExecutionStrategy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public CompletableFuture<ExecutionResult> execute(ExecutionContext executionCont
7070
// when the upstream source event stream completes, subscribe to it and wire in our adapter
7171
CompletableFuture<ExecutionResult> overallResult = sourceEventStream.thenApply((publisher) -> {
7272
executionContext.running();
73-
;
7473
if (publisher == null) {
7574
ExecutionResultImpl executionResult = new ExecutionResultImpl(null, executionContext.getErrors());
7675
executionContext.finished();

0 commit comments

Comments
 (0)