mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
change user model to typescript
This commit is contained in:
@@ -42,7 +42,7 @@ const CreateUserService = async ({
|
||||
|
||||
const user = User.create({
|
||||
email,
|
||||
passwordHash: password,
|
||||
password,
|
||||
name,
|
||||
profile
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user