Spaces:
Running
Running
Hozifa Elgharbawy
commited on
Commit
·
39f5011
1
Parent(s):
e3af0fd
update list in CrudService
Browse files
src/modules/console/common/models/admin.model.ts
CHANGED
@@ -2,6 +2,7 @@ import mongoose, { UpdateQuery } from "mongoose";
|
|
2 |
import bcrypt from "bcrypt";
|
3 |
import { config } from "../../../../configs/config";
|
4 |
import { Role } from "@common/enums/role.enum";
|
|
|
5 |
|
6 |
const { Schema } = mongoose;
|
7 |
|
|
|
2 |
import bcrypt from "bcrypt";
|
3 |
import { config } from "../../../../configs/config";
|
4 |
import { Role } from "@common/enums/role.enum";
|
5 |
+
import { saltrounds } from "@common/models/user.model";
|
6 |
|
7 |
const { Schema } = mongoose;
|
8 |
|