Skip to content

Commit 20b2339

Browse files
committed
lint
1 parent 7628513 commit 20b2339

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/trace/context/extractors/durable-execution.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* The extracted context becomes the parent of the `aws.lambda` span (and any
1010
* downstream spans created by dd-trace-js, including `aws.durable.execute`).
11-
* Therefore all `aws.lambda` spans will be anchored to the first
11+
* Therefore all `aws.lambda` spans will be anchored to the first
1212
* `aws.durable.execute` span for a durable execution.
1313
*
1414
* Checkpoint data will be written by the dd-trace-js plugin in Datadog style
@@ -83,7 +83,6 @@ function findLatestCheckpointHeaders(event: DurableExecutionEventShape): Record<
8383
return null;
8484
}
8585

86-
8786
export class DurableExecutionEventTraceExtractor implements EventTraceExtractor {
8887
constructor(private tracerWrapper: TracerWrapper) {}
8988

@@ -104,5 +103,3 @@ export class DurableExecutionEventTraceExtractor implements EventTraceExtractor
104103
return null;
105104
}
106105
}
107-
108-

0 commit comments

Comments
 (0)