Skip to content

Commit 48498e7

Browse files
ci: apply automated fixes
1 parent a173f45 commit 48498e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapter/aws-lambda/handler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
import { Hono } from '../../hono'
12
import type { LambdaEvent, LatticeProxyEventV2 } from './handler'
23
import {
34
getProcessor,
45
handle,
56
isContentEncodingBinary,
67
defaultIsContentTypeBinary,
78
} from './handler'
8-
import { Hono } from '../../hono'
99

1010
// Base event objects to reduce duplication
1111
const baseV1Event: LambdaEvent = {

0 commit comments

Comments
 (0)