added username and email in update user

master
varun 3 years ago
parent 3e769dffc3
commit 1ca5836819

@ -98,6 +98,7 @@ module.exports = function (fastify, opts, next) {
phone: { type: "string" },
firstName: { type: "string" },
lastName: { type: "string" },
address1: { type: "string" },
address2: { type: "string" },
city: { type: "string" },
@ -345,6 +346,8 @@ module.exports = function (fastify, opts, next) {
phone: { type: "string" },
firstName: { type: "string" },
lastName: { type: "string" },
username: { type: "string" },
email: { type: "string" },
address1: { type: "string" },
address2: { type: "string" },
city: { type: "string" },

Loading…
Cancel
Save