Skip to content

Commit

Permalink
fix(cdp): run once per person per interval - correct person id (#25869)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP authored Oct 29, 2024
1 parent 0e15a44 commit 483358d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function HogFunctionFilters(): JSX.Element {
label: 'Run once per interval',
},
{
value: '{person.uuid}',
value: '{person.id}',
label: 'Run once per person per interval',
},
]}
Expand Down

0 comments on commit 483358d

Please sign in to comment.