Skip to content

Commit 1a98bcd

Browse files
committed
fix formatting issue
1 parent 081946b commit 1a98bcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/event-handler/src/rest/Router.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ class Router {
7979
* Registers a custom error handler for specific error types.
8080
*
8181
* @param errorType - The error constructor(s) to handle
82-
* @param handler - The error handler that returns an
83-
* error response>
82+
* @param handler - The error handler that returns an error response
8483
*/
8584
public errorHandler<T extends Error>(
8685
errorType: ErrorConstructor<T> | ErrorConstructor<T>[],

0 commit comments

Comments
 (0)