Skip to content

Commit

Permalink
add unverifiedTelegramUsername to patch user api
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Apr 4, 2024
1 parent 7997423 commit b62af92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validations/user.validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const updateUser = {
.keys({
email: Joi.string().email(),
tcaAt: Joi.date(),
unverifiedTelegramUsername: Joi.string()
})
.min(1),
};
Expand Down

0 comments on commit b62af92

Please sign in to comment.