Skip to content

Commit

Permalink
Remove unneeded ESLint Ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
satcheluniverse committed Mar 28, 2023
1 parent 52c54b3 commit 00eed6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/receivers/ParamsIncomingMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ export interface ParamsIncomingMessage extends IncomingMessage {
* `/users/123`, and the route definition is `/users/:id`
* then `request.params` will be `{ id: '123' }`.
*/
// eslint-disable-next-line @typescript-eslint/ban-types
params?: ParamsDictionary;
}

0 comments on commit 00eed6f

Please sign in to comment.