Skip to content

Commit

Permalink
add sessionKey func (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano authored Dec 5, 2024
1 parent f0e4ca5 commit ae13c7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/matchers/random.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ const MatchRandom = (
};

export default MatchRandom;

export const sessionKey = (props: Props) => {
return `${props.traffic}`;
}

0 comments on commit ae13c7d

Please sign in to comment.