mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-10 23:46:49 +02:00
♻️ Use synchronous id generation (#645)
This commit is contained in:
parent
27bbe6f947
commit
ffa7007184
9 changed files with 12 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
import { customAlphabet } from "nanoid/async";
|
||||
import { customAlphabet } from "nanoid";
|
||||
|
||||
export const nanoid = customAlphabet(
|
||||
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue