👔 (comment bg) add command background helper
add command background helper and implemented on edit user service
This commit is contained in:
@ -17,4 +17,8 @@ export const editUserSchema = Joi.object({
|
||||
.max(15),
|
||||
bioProfile: Joi.string().max(300),
|
||||
deletedAt: Joi.date(),
|
||||
|
||||
// validate in helper
|
||||
avatar: Joi.any(),
|
||||
commentBackground: Joi.any(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user