diff --git a/src/utils/errors.ts b/src/utils/errors.ts index 6a7f46e..9ace408 100644 --- a/src/utils/errors.ts +++ b/src/utils/errors.ts @@ -236,3 +236,4 @@ export function classifyAxiosError(e: unknown): { } return { kind: 'http', status, message } } +