update registration fee

This commit is contained in:
wayanrivan
2026-04-15 11:56:52 +07:00
parent 6d97ddd9fe
commit dc31629673

View File

@ -15,7 +15,7 @@ const log: Logger<ILogObj> = new Logger({
});
const RegistrationFeeCreateAndUpdateSchema = {
service: Joi.array().items(Joi.string()).optional().label("Service"),
service: Joi.array().items(Joi.string().allow(null,"").uuid()).optional().label("Service"),
type: Joi.string().valid("emergency", "outpatient").required().label("Type"),
};