From ae13c7dea296e1d12b25a01d043daedb7beb1804 Mon Sep 17 00:00:00 2001 From: guitavano Date: Thu, 5 Dec 2024 09:24:09 -0300 Subject: [PATCH] add sessionKey func (#966) --- website/matchers/random.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/matchers/random.ts b/website/matchers/random.ts index 25ba92f74..35abcdc4d 100644 --- a/website/matchers/random.ts +++ b/website/matchers/random.ts @@ -20,3 +20,7 @@ const MatchRandom = ( }; export default MatchRandom; + +export const sessionKey = (props: Props) => { + return `${props.traffic}`; +} \ No newline at end of file