Refactor
This commit is contained in:
parent
f44dc2dd05
commit
bce8c5a315
3 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import rndstr from 'rndstr';
|
||||
|
||||
export default () => `0${rndstr('a-zA-Z0-9', 15)}`;
|
||||
export default () => rndstr('a-zA-Z0-9', 16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue