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