update import rule
This commit is contained in:
@ -5,14 +5,13 @@ import { OrmHelper } from "../helpers/orm";
|
||||
import Joi from "joi";
|
||||
import { ILogObj, Logger } from "tslog";
|
||||
import { Language } from "../langs/lang";
|
||||
import { Application, Paging, User } from "entity";
|
||||
import { ActivityTypeReverse, Application, Paging, User } from "entity";
|
||||
import CommonHelper from "../helpers/common";
|
||||
import { ActivityType } from "entity";
|
||||
import * as fastcsv from 'fast-csv';
|
||||
import dayjs from "dayjs";
|
||||
import { UserActivity } from "entity";
|
||||
import exceljs from "exceljs";
|
||||
import { ActivityTypeReverse } from "entity/src/types/action";
|
||||
|
||||
const log: Logger<ILogObj> = new Logger({ name: '[UserActivityController]', type: 'pretty' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user