diff --git a/src/models/User.ts b/src/models/User.ts index b567a1803b..4b858dd41a 100644 --- a/src/models/User.ts +++ b/src/models/User.ts @@ -6,10 +6,10 @@ import type { InterfaceEvent } from "./Event"; import type { InterfaceMembershipRequest } from "./MembershipRequest"; import type { InterfaceOrganization } from "./Organization"; import { createLoggingMiddleware } from "../libraries/dbLogger"; -// import { LOG } from "../constants"; /** * This is an interface that represents a database(MongoDB) document for User. + * */ export interface InterfaceUser { _id: Types.ObjectId;