Skip to content

Commit 0fac8ba

Browse files
committed
feat: Set demo_request=true when creating Unify person record
1 parent d2c8527 commit 0fac8ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflex_ui/blocks/telemetry/unify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async def upsert_unify_person(
5555
# Build the record data
5656
record_data: dict[str, str | int | bool] = {
5757
"email": email,
58+
"demo_request": True,
5859
}
5960

6061
if first_name:

0 commit comments

Comments
 (0)