We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2698ed + 54f3505 commit 13ea0a0Copy full SHA for 13ea0a0
src/utils/generate_id.ts
@@ -2,7 +2,7 @@ import { customAlphabet } from 'nanoid';
2
3
export default function generateId(size = 16) {
4
const urlAlphabet =
5
- 'useandom26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict';
+ 'useandom26T198340PX75pxJACKVERYMINDBUSHWOLFGQZbfghjklqvwyzrict';
6
const nanoid = customAlphabet(urlAlphabet, size);
7
return nanoid();
8
}
0 commit comments