From 440cd925e4a99a885a934ec46d947aca76fe8b67 Mon Sep 17 00:00:00 2001 From: Devin Ivy Date: Sun, 1 May 2022 16:39:45 -0400 Subject: [PATCH] Revert "docs: add isMissing to boom on types (#294)" This reverts commit c35a14079134c3a0753f45bdf09d19c7cf0ac027. --- lib/index.d.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/index.d.ts b/lib/index.d.ts index 71ac030..108755d 100755 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -23,13 +23,6 @@ export class Boom 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 */