Skip to content

Commit

Permalink
Revert "docs: add isMissing to boom on types (#294)"
Browse files Browse the repository at this point in the history
This reverts commit c35a140.
  • Loading branch information
devinivy committed May 1, 2022
1 parent c35a140 commit 440cd92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ export class Boom<Data = any> extends Error {
*/
isServer: boolean;

/**
* if true, indicates that auth is missing credentials and triggers a try on the next
* auth strategy. See https://github.com/hapijs/boom/blob/master/API.md#boomunauthorizedmessage-scheme-attributes
*
*/
isMissing?: boolean;

/**
* The error message
*/
Expand Down

0 comments on commit 440cd92

Please sign in to comment.