Skip to content

Commit 29f4791

Browse files
committed
removed unused error ref
1 parent 120f389 commit 29f4791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/Tracer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class Tracer implements TracerInterface {
262262
} catch (error) {
263263
try {
264264
return this.provider.captureAWSClient((service as unknown as T & { service: T }).service);
265-
} catch (errorTwo) {
265+
} catch {
266266
throw error;
267267
}
268268
}

0 commit comments

Comments
 (0)