fix hard coded value
This commit is contained in:
parent
65a2c3ae94
commit
b569225eff
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export function getDeviceIdValue(){
|
|||
return cookieValueMatch[0].split('=')[1];
|
||||
}
|
||||
|
||||
return 'cf1ec454-36a8-4137-8842-5207e86ca0be';
|
||||
return '00000000-0000-0000-0000-000000000000';
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue