fix
This commit is contained in:
parent
077e20a430
commit
3a33bb0fad
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ const generateUUID = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
if ( !Cookies.get('nfcexplorer') ) {
|
if ( !Cookies.get('nfcexplorer') ) {
|
||||||
Cookies.set('nfcexplorer', generateUUID)
|
Cookies.set('nfcexplorer', generateUUID())
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch('https://nmns.place/track?' + new URLSearchParams({
|
fetch('https://nmns.place/track?' + new URLSearchParams({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue