Skip to content

Commit

Permalink
Update lib/httpError.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
  • Loading branch information
Fdawgs and arthurfiorette authored Dec 17, 2024
1 parent e410915 commit e94e2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httpError.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ export type HttpErrors = {
createError: (...args: UnknownError[]) => HttpError;
} & Record<HttpErrorNames, (msg?: string) => HttpError>

declare const HttpErrors: HttpErrors
declare const HttpErrors: httpErrors

Check failure on line 104 in lib/httpError.d.ts

View workflow job for this annotation

GitHub Actions / test / Lint Code

'HttpErrors' is already defined
export default HttpErrors

0 comments on commit e94e2c1

Please sign in to comment.