Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
10
research/chatwoot/app/javascript/widget/helpers/uuid.js
Normal file
10
research/chatwoot/app/javascript/widget/helpers/uuid.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const getUuid = () =>
|
||||
'xxxxxxxx4xxx'.replace(/[xy]/g, c => {
|
||||
// eslint-disable-next-line
|
||||
const r = (Math.random() * 16) | 0;
|
||||
// eslint-disable-next-line
|
||||
const v = c === 'x' ? r : (r & 0x3) | 0x8;
|
||||
return v.toString(16);
|
||||
});
|
||||
|
||||
export default getUuid;
|
||||
Reference in New Issue
Block a user