Skip to content

Commit e1db48b

Browse files
committed
Add params
1 parent 9805b41 commit e1db48b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/artillery/src/processors/multi-endpoints.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ function getLitActionCodeAndJsParams(
401401
return {
402402
litActionCode: `
403403
(async () => {
404+
const { accessControlConditions } = jsParams;
404405
const resp = await Lit.Actions.checkConditions({
405406
conditions: accessControlConditions,
406407
chain: 'ethereum',

0 commit comments

Comments
 (0)