mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove logs
This commit is contained in:
@@ -11,7 +11,6 @@ import * as bcrypt from "bcrypt";
|
|||||||
import { eq } from "drizzle-orm";
|
import { eq } from "drizzle-orm";
|
||||||
|
|
||||||
export type Admin = typeof admins.$inferSelect;
|
export type Admin = typeof admins.$inferSelect;
|
||||||
|
|
||||||
export const createInvitation = async (
|
export const createInvitation = async (
|
||||||
input: typeof apiCreateUserInvitation._type,
|
input: typeof apiCreateUserInvitation._type,
|
||||||
) => {
|
) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user