Fix imported User path.

This commit is contained in:
elweyn 2023-01-03 11:21:25 +01:00
parent 3d8e28e16c
commit 84afbf9a9e

View File

@ -6,7 +6,7 @@ import {
DeleteDateColumn,
OneToOne,
} from 'typeorm'
import { User } from './User'
import { User } from '../User'
@Entity('user_contacts', { engine: 'InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci' })
export class UserContact extends BaseEntity {