From 4c659e6f4f8486ada67569623bd4acc4c93ae0b3 Mon Sep 17 00:00:00 2001 From: mw10013 Date: Thu, 30 May 2024 13:28:57 -0400 Subject: [PATCH] Fix JSDoc `@default` for throwOnError (#264) Fix jsdoc for throwOnError --- src/strategy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy.ts b/src/strategy.ts index 9ff9c1f..301d569 100644 --- a/src/strategy.ts +++ b/src/strategy.ts @@ -41,7 +41,7 @@ export interface AuthenticateOptions { /** * Set if the strategy should throw an error instead of a Reponse in case of * a failed authentication. - * @default true + * @default false */ throwOnError?: boolean; /**