Skip to content

Commit

Permalink
Update library/helpers/attackPath.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Ott <[email protected]>
  • Loading branch information
timokoessler and hansott authored Dec 9, 2024
1 parent d3ccb3c commit 7b806dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/helpers/attackPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { isPlainObject } from "./isPlainObject";
import { tryDecodeAsJWT } from "./tryDecodeAsJWT";

// Maximum match count to return
const MAX_MATCH_COUNT = 10;
const MAX_MATCH_COUNT = 1;

export type PathPart =
| { type: "jwt" }
Expand Down

0 comments on commit 7b806dc

Please sign in to comment.