update entity

This commit is contained in:
2024-11-30 15:59:19 +07:00
parent 455b17fb14
commit 9c9602668b
7 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
import config from 'config';
import { DataSource } from "typeorm";
import { User, UserActivity, UserRefreshToken, UserRole } from "Entity";
import { User, UserActivity, UserRefreshToken, UserRole } from "entity";
import { ILogObj, Logger } from 'tslog';
export class OrmHelper {