Skip to content

Commit

Permalink
Fix JSDoc @default for throwOnError (#264)
Browse files Browse the repository at this point in the history
Fix jsdoc for throwOnError
  • Loading branch information
mw10013 committed May 30, 2024
1 parent 8b52021 commit 4c659e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 4c659e6

Please sign in to comment.