diff --git a/source/types/hooks.ts b/source/types/hooks.ts index 1e060e8a..90abcd39 100644 --- a/source/types/hooks.ts +++ b/source/types/hooks.ts @@ -25,7 +25,7 @@ export type BeforeErrorHook = (error: HTTPError) => HTTPError | Promise