Skip to content

Commit 440cd92

Browse files
committed
Revert "docs: add isMissing to boom on types (#294)"
This reverts commit c35a140.
1 parent c35a140 commit 440cd92

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/index.d.ts

-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ export class Boom<Data = any> extends Error {
2323
*/
2424
isServer: boolean;
2525

26-
/**
27-
* if true, indicates that auth is missing credentials and triggers a try on the next
28-
* auth strategy. See https://github.com/hapijs/boom/blob/master/API.md#boomunauthorizedmessage-scheme-attributes
29-
*
30-
*/
31-
isMissing?: boolean;
32-
3326
/**
3427
* The error message
3528
*/

0 commit comments

Comments
 (0)