Skip to content

Commit 1f05c93

Browse files
committed
fix typo
1 parent 13559bb commit 1f05c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/event_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
entity_type="user",
2727
entity_id="uid",
2828
properties=first_event_properties,
29-
first_event_time=first_event_time,
29+
event_time=first_event_time,
3030
)
3131
print("First Event response")
3232
print(first_event_response)

0 commit comments

Comments
 (0)