url removed

pull/1073/head
TeamAbronDev 2025-01-19 14:33:15 +03:30
parent ea761dba86
commit 5b8127ebfe
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ export default function CreateInvite({
}: ModalProps<"create_invite">) {
const [processing, setProcessing] = useState(false);
const [code, setCode] = useState("abcdef");
const [url, setUrl] = useState("abcdef");
// Generate an invite code
useEffect(() => {