Skip to content

Commit 95e73be

Browse files
committed
chore: linting
1 parent a37a663 commit 95e73be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export class GraphQLServer {
3939
private middlewares: {
4040
[key: string]: {
4141
path?: PathParams
42-
handlers: RequestHandler[] | RequestHandlerParams[]
43-
}[]
42+
handlers: RequestHandler[] | RequestHandlerParams[],
43+
}[],
4444
} = { use: [], get: [], post: [] }
4545

4646
constructor(props: Props) {

0 commit comments

Comments
 (0)