mirror of https://github.com/tycrek/ass
parent
bed8c5e546
commit
9dfd14a35d
@ -1,2 +1,2 @@
|
||||
//const { cryptoRandomString } = require('crypto-random-string');
|
||||
//module.exports = (length) => cryptoRandomString({ length, type: 'alphanumeric' });
|
||||
const cryptoRandomString = require('crypto-random-string');
|
||||
module.exports = (length) => cryptoRandomString({ length, type: 'alphanumeric' });
|
||||
|
Loading…
Reference in new issue