mirror of
https://github.com/BoostIo/Boostnote
synced 2026-07-09 06:23:12 +00:00
before applying redux
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var crypto = require('crypto')
|
||||
|
||||
module.exports = function () {
|
||||
var shasum = crypto.createHash('sha1')
|
||||
shasum.update(((new Date()).getTime()).toString())
|
||||
return shasum.digest('hex')
|
||||
}
|
||||
Reference in New Issue
Block a user