Skip to content

Commit 29f2440

Browse files
committed
prettify some whitespace
1 parent 80a60f4 commit 29f2440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,10 +2108,10 @@ function mapSourceToResponse(
21082108
}
21092109

21102110
const abortSignal = validatedExecutionArgs.abortSignal;
2111-
21122111
const promiseCanceller = abortSignal
21132112
? new PromiseCanceller(abortSignal)
21142113
: undefined;
2114+
21152115
// For each payload yielded from a subscription, map it over the normal
21162116
// GraphQL `execute` function, with `payload` as the rootValue.
21172117
// This implements the "MapSourceToResponseEvent" algorithm described in

0 commit comments

Comments
 (0)