forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-18 18:12:09 +02:00
parent 062ccbb252
commit f4029e5aa3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
fpPromise fpPromise
.then(fp => fp.get()) .then(fp => fp.get())
.then(result => console.log(fp)) .then(result => console.log(result.visitorId))
</script> </script>
{% endif %} {% endif %}