Skip to content

Commit f3d0bc9

Browse files
chore: apply automated lint fixes
1 parent af96497 commit f3d0bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/web.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { App } from "../app";
2-
import { _handlePlainRequest } from "./plain";
32
import { eventHandler } from "../event";
3+
import { _handlePlainRequest } from "./plain";
44

55
/** @experimental */
66
export type WebHandler = (

0 commit comments

Comments
 (0)