mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 19:49:16 +00:00
io improvement
This commit is contained in:
7
packages/io/utils/hash.js
Normal file
7
packages/io/utils/hash.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const crypto = require('crypto')
|
||||
|
||||
const generateRef = () => {
|
||||
return crypto.randomUUID()
|
||||
}
|
||||
|
||||
module.exports = { generateRef }
|
||||
Reference in New Issue
Block a user