This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Logger } from "@nestjs/common";
|
||||
import { hash } from "bcrypt";
|
||||
import { hash } from "bcryptjs";
|
||||
import { DataSource, DeepPartial } from "typeorm";
|
||||
|
||||
import { Role } from "../../src/modules/users/entities/role.entity";
|
||||
|
||||
Reference in New Issue
Block a user