diff --git a/src/db/models/User.ts b/src/db/models/User.ts index e055009..6589011 100644 --- a/src/db/models/User.ts +++ b/src/db/models/User.ts @@ -1,11 +1,4 @@ -import { - Entity, - Index, - PrimaryKey, - Property, - Unique, - types, -} from '@mikro-orm/core'; +import { Entity, PrimaryKey, Property, Unique, types } from '@mikro-orm/core'; import { nanoid } from 'nanoid'; export type UserProfile = {