Skip to content

Commit d21db94

Browse files
authored
Update run.go
1 parent 7c47cdc commit d21db94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func (app *App) processEvent(
216216
func(ctx context.Context, b []byte) error {
217217
select {
218218
case app.apmClient.LambdaDataChannel <- b:
219-
case <-invocationCtx.Done():
219+
case <-ctx.Done():
220220
}
221221
return nil
222222
},

0 commit comments

Comments
 (0)