Skip to content

Commit

Permalink
Add variant to UsBigEvents AB test
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Oct 7, 2024
1 parent 84c9da7 commit b7ae78e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ export const usBigEvents = {
test: () => {},
},
{
id: 'variant',
id: 'variant-free',
test: () => {},
},
{
id: 'variant-bubble',
test: () => {},
},
],
Expand Down

0 comments on commit b7ae78e

Please sign in to comment.