Skip to content

Commit

Permalink
Update users.class.js
Browse files Browse the repository at this point in the history
add pattern
  • Loading branch information
danieleguido authored Jan 16, 2025
1 parent 827a150 commit fef6848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/users/users.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class Service {
.create({
...user.profile,
user_id: createdUser.id,
pattern: data.sanitized.pattern
})
.catch(sequelizeErrorHandler)

Expand Down

0 comments on commit fef6848

Please sign in to comment.