Skip to content

Commit e7d1666

Browse files
committed
Fix lint issue
1 parent 9ae0ab8 commit e7d1666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ function methodRoute(path: string): Dispatcher {
8888
]);
8989

9090
};
91+
9192
const dispatcher: Dispatcher = Object.assign(
9293
dispatcherMw,
94+
/* eslint-disable @typescript-eslint/consistent-type-assertions */
9395
{} as Record<Methods, DispatcherFunc>
9496
);
9597
for (const method of http.METHODS) {

0 commit comments

Comments
 (0)