Code style and performance fixes
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = {
|
||||
|
||||
generateKey() {
|
||||
|
||||
return crypto.randomBytes(20).toString('hex')
|
||||
return crypto.randomBytes(20).toString('hex');
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user