Skip to content

Commit b2147a2

Browse files
committed
fix eslint issue
1 parent 627c617 commit b2147a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ export type TShallotSocketEvent<
4747

4848
const ShallotSocketWrapper = <TEvent extends TShallotSocketEvent = TShallotSocketEvent>(
4949
handler: ShallotRawHandler<TEvent>,
50-
successStatusCode = 200,
50+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
51+
_successStatusCode = 200,
5152
middlewareOpts: {
5253
HttpErrorHandlerOpts?: TShallotErrorHandlerOptions;
5354
HttpJsonBodyParserOpts?: TShallotJSONBodyParserOptions;

0 commit comments

Comments
 (0)