Revert "fix hard coded value"

This reverts commit b569225eff.
This commit is contained in:
Katie 2022-09-08 08:21:09 -04:00
parent 89d114edb2
commit 50bddd897a

View file

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