Skip to content

Commit 9597970

Browse files
refactor: apply import change from review
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 2c84e5f commit 9597970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/tracer/src/middleware/middy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type middy from '@middy/core';
22
import type { Tracer } from '../Tracer';
33
import type { Segment, Subsegment } from 'aws-xray-sdk-core';
4-
import { HandlerOptions } from '../types';
4+
import type { HandlerOptions } from '../types';
55

66
/**
77
* A middy middleware automating capture of metadata and annotations on segments or subsegments for a Lambda Handler.

0 commit comments

Comments
 (0)