diff --git a/src/routes/dashboard.js b/src/routes/dashboard.js index e4b68e8..49446c8 100644 --- a/src/routes/dashboard.js +++ b/src/routes/dashboard.js @@ -405,7 +405,7 @@ export const dashboardRoutes = (fastify, _, done) => { type: "boolean" }, contact_email: { - type: "string", + type: ["string", "null"], format: "email" } },