refactor: remove logs

This commit is contained in:
Mauricio Siu
2024-09-22 16:51:31 -06:00
parent 14302ed240
commit 31a4a0814e

View File

@@ -11,7 +11,6 @@ import * as bcrypt from "bcrypt";
import { eq } from "drizzle-orm";
export type Admin = typeof admins.$inferSelect;
export const createInvitation = async (
input: typeof apiCreateUserInvitation._type,
) => {