diff --git a/types/roads-server/index.d.ts b/types/roads-server/index.d.ts index f9fb7d1384..9543d760f1 100644 --- a/types/roads-server/index.d.ts +++ b/types/roads-server/index.d.ts @@ -30,7 +30,6 @@ export class Http2Server { /** * * @param Roads The Road that handles all the routes - * @param error_handler An overwrite to the standard error handler. Accepts a single parameter (the error) and should return a Roads.Response object */ constructor(Roads: Road);