chore (backend): remove unused file

This commit is contained in:
naskya 2024-04-12 06:36:17 +09:00
parent 452e0b921c
commit ad30d16f23
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 0 additions and 6 deletions

View File

@ -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);