update entity
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user