chore (backend): remove unused file
This commit is contained in:
parent
452e0b921c
commit
ad30d16f23
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
import config from "@/config/index.js";
|
||||
import { initIdGenerator } from "backend-rs";
|
||||
|
||||
const length = Math.min(Math.max(config.cuid?.length ?? 16, 16), 24);
|
||||
const fingerprint = config.cuid?.fingerprint ?? "";
|
||||
initIdGenerator(length, fingerprint);
|
Loading…
Reference in a new issue