Skip to content

Commit 130254c

Browse files
authored
chore: example user key
1 parent 68f360c commit 130254c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h3>json type</h3>
6666

6767
</div>
6868
<script>
69-
const user = new featureProbe.FPUser(Date.now().toString());
69+
const user = new featureProbe.FPUser("unique_user_key");
7070
user.with("userId", "1234567890");
7171

7272
const fpClient = new featureProbe.FeatureProbe({

0 commit comments

Comments
 (0)