fix hard coded value

This commit is contained in:
FrankRua 2022-09-02 10:14:45 -04:00
parent 65a2c3ae94
commit b569225eff

View file

@ -74,7 +74,7 @@ export function getDeviceIdValue(){
return cookieValueMatch[0].split('=')[1];
}
return 'cf1ec454-36a8-4137-8842-5207e86ca0be';
return '00000000-0000-0000-0000-000000000000';
}
/*