fix: assorted updates

This commit is contained in:
Mythie
2023-09-25 11:17:59 +10:00
parent 58509c54a9
commit abe20b8dcf
6 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
import { customAlphabet } from 'nanoid';
export const alphaid = customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', 10);
export const alphaid = customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', 21);
export { nanoid } from 'nanoid';