Skip to content

Commit 3610c95

Browse files
committed
Fixed userid type to int
1 parent 469f334 commit 3610c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/click_stream_users.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{$ip:=ip "111.2.0.0/8"}}{{add_v_to_list "ips" $ip }}
2-
{{$userid:= (concat "user-" (itoa (counter "user_id" 1 1))) }}{{add_v_to_list "userId" $userid }}
2+
{{$userid:= (itoa (counter "user_id" 1 1)) }}{{add_v_to_list "userId" $userid }}
33
{
4-
"user_id" : "{{$userid}}",
4+
"user_id" : {{$userid}},
55
"username" : "{{randoms "akatz1022|bobk_43|alison_99|k_robertz_88|Ferd88|Reeva43|Antonio_0966|ArlyneW8ter|DimitriSchenz88|Oriana_70|AbdelKable_86|Roberto_123|AlanGreta_GG66|Nathan_126|AndySims_345324|GlenAlan_23344|LukeWaters_23|BenSteins_235"}}",
66
"registered_at" : {{integer 1407645330000 1502339792000}},
77
"first_name" : "{{randoms "Elwyn|Curran|Hanson|Woodrow|Ferd|Reeva|Antonio|Arlyne|Dimitri|Oriana|Abdel|Greta"}}",

0 commit comments

Comments
 (0)