Skip to content

Commit d55e8cb

Browse files
committed
subscription: removed some todos
1 parent a673078 commit d55e8cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

subscription.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ func ExecuteSubscription(p ExecuteParams) chan *Result {
9292
p.Context = context.Background()
9393
}
9494

95-
// TODO run executionDidStart functions from extensions
96-
9795
var mapSourceToResponse = func(payload interface{}) *Result {
9896
return Execute(ExecuteParams{
9997
Schema: p.Schema,
@@ -127,7 +125,6 @@ func ExecuteSubscription(p ExecuteParams) chan *Result {
127125
AST: p.AST,
128126
OperationName: p.OperationName,
129127
Args: p.Args,
130-
Result: &Result{}, // TODO what is this?
131128
Context: p.Context,
132129
})
133130

0 commit comments

Comments
 (0)